Skip to main content
Glama

Microburbs Australian Property Data

properties_amenities_nearby

Curated amenities (supermarkets, green spaces, restaurants/cafes) within radius_m of the property, bucketed and nearest-first.

Price: 10¢ per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gnaf_idYes
radius_mNoSearch radius in metres (100–5000, default 1000).

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

A3.5/5.0
Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses useful behavioral traits: results are curated, bucketed, and ordered nearest-first, plus the cost (10¢ per call). However, it does not disclose result-count limits, pagination, or data freshness/staleness. The price disclosure is a genuinely useful addition beyond structured fields, but the behavioral picture is not deeply rich.

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?

Two sentences, front-loaded with functional purpose and free of filler. The functional content leads, and the pricing note follows as a compact secondary detail. Slightly off-topic for a purpose description, but the cost disclosure is useful for an agent deciding whether to call. Every sentence earns its place.

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?

This is a simple 2-parameter tool with an output schema present, so return values need no explanation. The description covers the essential semantics: content categories, scoping radius, ordering, and grouping. The term 'bucketed' is mildly ambiguous (distance buckets vs category buckets), and gnaf_id remains unexplained, but for a tool of this simplicity the description is largely sufficient.

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

Parameters3/5

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

Schema coverage is 50% — radius_m is fully documented (range 100–5000, default 1000) in the schema, and the description reinforces its semantic role as the search radius. However, gnaf_id is undocumented in both the schema and the description; its meaning is only inferable from the name. The description adds modest value beyond the schema but does not compensate for the gnaf_id gap.

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 clear purpose: returning curated amenities (supermarkets, green spaces, restaurants/cafes) near a property within a radius. The verb is implicit ('list'/'return') but the specific categories and scope make the purpose clear. It distinguishes itself from nearby siblings like properties_schools_nearby and properties_transport_nearby by naming its content categories, though it never names a sibling explicitly.

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 categories (supermarkets, green spaces, restaurants/cafes) implicitly signal when this tool applies versus siblings like properties_schools_nearby or properties_transport_nearby, but there is no explicit when-to-use/when-not-to-use guidance, no named alternatives, and no mention of what it does NOT cover. The guidance is implied through category listing, not stated.

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