Skip to main content
Glama

Microburbs Australian Property Data

suburbs_lifestyle_pois

Every named venue / amenity in the suburb as GeoJSON Point features, plus a per-category count.

Each point carries name, a broad category (Restaurant / Cafe, Shopping, Health, Entertainment, Sport & Fitness, Education, …) and a finer subtype (e.g. pub, bar, cafe, restaurant, gym, supermarket, school, pharmacy). This is the endpoint for "what / how many are in this suburb" and "name the pubs / cafes / gyms in X" — filter or count the features on subtype, and read real venue names from name. The top-level categories array gives the broad-category counts without walking the list.

Unpaged by default. Big suburbs are big — Sydney is ~3.7 MB of features — so pass limit/offset (or narrow with category) when you don't need them all. count and categories always describe the whole suburb, so paging never hides the totals. Flat price per call regardless of page size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoFeatures to return (default: all).
offsetNoFeature offset — page with `limit`.
categoryNoOnly this display category (e.g. `Shopping`). Case-insensitive.
suburb_nameYes

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.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that features are GeoJSON Points with name, category, and subtype, that the response is unpaged by default, that large suburbs can be ~3.7 MB, and that count and categories always reflect the whole suburb even when paging. This is substantial transparency about behavior, though it omits error cases or edge conditions.

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 multi-sentence but well-structured and front-loaded: the first sentence states the core output, the second details fields, the third gives use cases, and the remaining sentences cover paging, totals, and pricing. Each sentence adds necessary information without fluff. Slightly long, but every part earns its place.

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

Completeness5/5

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

Given the tool's complexity (4 parameters, output schema) and the lack of annotations, the description covers all essential aspects: output format, field semantics, usage patterns, paging behavior, total counts, and cost. Nothing an agent needs to correctly call the tool and interpret results is missing. It even explains how to handle large suburbs.

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?

Schema description coverage is 75%, and the description adds meaningful context beyond the schema. It explains the role of 'subtype' and 'category' for filtering/counting, clarifies that 'count' and 'categories' are always whole-suburb regardless of limit/offset, and advises on using limit/offset for large results. This goes beyond the bare schema descriptions, which only state defaults and types.

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 returns 'Every named venue / amenity in the suburb as GeoJSON Point features, plus a per-category count.' It specifies the exact resource (venues/amenities) and verb (returns) and even lists the use cases ('what / how many <venue type> are in this suburb' and 'name the pubs / cafes / gyms in X'). This distinguishes it from siblings like properties_amenities_nearby, which target a different context.

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

Usage Guidelines4/5

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

The description explicitly states when to use this endpoint ('This is the endpoint for...') and provides practical guidance on filtering by subtype, counting features, and using limit/offset or category to narrow results. It also gives a performance warning for large suburbs and mentions pricing is flat. It doesn't explicitly name alternatives to avoid, but the usage context is clear enough for an agent to select this tool appropriately.

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