Skip to main content
Glama

Microburbs Australian Property Data

properties_valuation_avm

Microburbs ML AVM for a single GNAF — point estimate, 80% range, plus a confidence score (0–100) derived from the interval width.

Price: 10¢ 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

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It discloses the key behavior: it is a paid call (10¢), returns a range and confidence score, and works per single GNAF. However, it doesn't clarify whether the call is read-only or if any side effects exist (likely read-only), or if there are rate limits or authentication specifics.

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

Conciseness5/5

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

The description is extremely concise, using two sentences to convey essential information: the tool's function, output types, and cost. It front-loads the core function and avoids any fluff.

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

Completeness4/5

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

Given the tool's simplicity (single parameter), the description is largely complete. It explains the output structure (point estimate, range, confidence score) and cost, but lacks details on the exact meaning of the confidence score and any edge cases (e.g., invalid GNAF). The output schema is not provided in detail, so the description helps, but a few more specifics would make it fully complete.

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

Parameters4/5

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

The schema has only one parameter with no description, giving 0% coverage. The description compensates by explaining the parameter's role: 'single GNAF' and that it determines the property to value. However, it doesn't specify the format or expected source of the GNAF (e.g., whether it's a string of digits, how to obtain it), which is a minor gap.

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

Purpose5/5

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

The description clearly states it is a Machine Learning AVM for a single GNAF, producing a point estimate, 80% range, and confidence score. It names the unique resource (GNAF) and distinguishes itself from valuation siblings by specifying the AVM method and output components.

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

Usage Guidelines3/5

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

The description implies usage for a single property valuation via GNAF ID, but does not explicitly state when to use this tool versus other valuation tools (e.g., properties_valuation_all, properties_valuation_agent_quoting). No alternatives are named, leaving routing decisions to the agent.

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