Skip to main content
Glama

Find My Farmer

get_place_catalogue

Everything available near a place — every species that published farms serving the place list, in taxonomy shape (category → subcategory → species) with local farm counts — plus the place's Wikidata / GeoNames ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metroNoMetro slug under that province, e.g. "calgary". Omit for the whole province.
provinceYesProvince slug, e.g. "alberta".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/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 and does disclose the key behavior: it returns species in a category → subcategory → species taxonomy with local farm counts and place IDs. It does not mention potential edge cases like empty results or errors, but the read-only nature is clear from 'get' and the described return shape.

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 a single dense sentence that front-loads the main idea ('Everything available near a place') and packs the output shape and IDs without waste. It earns its place and adds useful detail without bloat.

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 there is no output schema, the description adequately explains the return shape—taxonomy with counts and place IDs. The parameters are fully covered by the input schema. The main missing piece is routing guidance to alternatives, but that is a usage-guideline concern rather than a completeness gap for invoking the tool.

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 description coverage is 100%, so the province and metro params are already documented with examples. The description adds the 'near a place' context but does not provide any parameter-level meaning beyond what the schema already offers, so baseline 3 is appropriate.

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 clearly defines the resource and output: every species with published farms near a place, organized in a taxonomy shape with counts, plus Wikidata/GeoNames IDs. It is specific but lacks an explicit verb like 'list' or 'get', and it does not explicitly differentiate itself from siblings such as find_near or list_places.

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?

The description implies a use case—wanting everything available near a place—but provides no explicit guidance on when to choose this tool over alternatives like find_near, get_species, or list_places. It does not state exclusions or conditions.

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