Skip to main content
Glama

Microburbs Australian Property Data

properties_rent_history

All For Rent records, most-recent first.

Price: 30¢ per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gnaf_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoThe endpoint's payload, or `null` when Microburbs has no value.
reasonNoMachine-readable slug naming the no-data condition (e.g. `no_avm_for_GANSW704074813`). Stable per endpoint. Omitted on success.
messageNoHuman-readable explanation. Omitted on success.
availableNo`false` on no-data responses. Omitted on success — branch on `data !== null` if you want a single discriminator.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the ordering ('most-recent first') and the pricing ('30¢ per call'), which is useful, but it does not disclose what fields are returned, whether the record includes historical entries or only current listings, pagination behavior, or any rate limits beyond cost. The pricing note is a positive addition, but the behavioral profile is thin for a data-returning tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short and front-loaded: the core purpose is in the first sentence, and the pricing is a separate line. Every word earns its place. It loses one point because the pricing, while useful, is placed without context and the description could have used the available space to add parameter or usage detail without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one required parameter, no annotations, and no parameter documentation, the description is incomplete. The output schema exists, so return values are covered, but the agent still lacks: what gnaf_id means, how this differs from properties_rent_history_latest, and whether the result is a list of historical records or current listings. The pricing note is helpful but does not fill these gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain the gnaf_id parameter at all. The schema only says it's a required string, leaving the agent to guess that gnaf_id is a G-NAF address identifier. The description adds no meaning beyond the schema, and with zero coverage, it fails to compensate for the missing parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'All For Rent records, most-recent first.' This clearly indicates the tool returns rental listing history records for a property, and the ordering is specified. It doesn't explicitly differentiate from siblings like properties_rent_history_latest or properties_history_all, but the 'For Rent records' phrasing and ordering give enough clarity for basic selection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives. The sibling list includes properties_rent_history_latest, properties_history_all, and properties_sale_history, but the description does not mention any of them or explain the distinction. An agent would have to infer usage from the name and description alone, with no explicit when-to-use or when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources