Skip to main content
Glama

MatchOffice — Commercial Real Estate Search

get_location

Read-onlyIdempotent

Get full details for a single location by ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesLocation ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is fully covered structurally. The description adds only that the return is 'full details' rather than a summary, which is mild extra signal but no auth, rate-limit, or not-found behavior context.

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?

One short sentence with the action and the required input front-loaded, no filler. It is appropriately sized, though extremely terse for a tool whose return shape is undocumented.

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

Completeness3/5

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

For a trivial single-fetch read tool with rich annotations and full schema coverage, the description is nearly sufficient; the only meaningful gap is that no output schema exists and 'full details' never enumerates what is returned or what a missing ID yields.

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% with a single integer id parameter that is fully documented as 'Location ID' in the schema. The description adds no format, range, or sourcing detail beyond that, so the baseline 3 applies.

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 (Get) and resource (location) with scope ('single location by ID') and clarifies it returns 'full details'. It does not, however, distinguish itself from the sibling search_locations, leaving the boundary between single-fetch and search implicit.

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?

There is no when-to-use guidance and no mention of the sibling search_locations as the alternative for lookup-by-other-criteria. The only implied usage is 'you already have an ID', which the schema already conveys via the required id.

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