Skip to main content
Glama

sense_location

Return current physical-world evidence for a coordinate. Every available value keeps its provenance, distance, age, measured/predicted status and confidence; source divergence is reported. Required but unavailable evidence is named, never silently estimated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYesLatitude from -90 to 90.
lngYesLongitude from -180 to 180.
timeNoOptional ISO 8601 time. This release supports current conditions only (within 10 minutes of now).
domainNoOperational domain; defaults to general.general

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and does so well: it discloses provenance, distance, age, measured/predicted status, confidence, source divergence reporting, and that missing required evidence is named rather than silently estimated.

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?

Three compact sentences with the primary action front-loaded. Each sentence earns its place: function, output guarantees, and missing-data handling. No filler.

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?

The description is strong for a no-annotation, no-output-schema tool: it explains what each returned value carries and how missing evidence is handled. It could be more complete by indicating the output shape or explicitly relating the tool to sibling scopes, but the core contract is sufficiently clear.

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 baseline is 3; the description adds no parameter-specific meaning beyond the schema. It reinforces 'coordinate' and 'current', which aligns with lat/lng/time, but does not explain domain or time further.

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 uses a specific verb ('Return') and resource ('current physical-world evidence for a coordinate'), making the tool's core function clear. It does not explicitly distinguish itself from siblings such as check_operability or list_domains, so it misses the top score.

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 'current' and 'for a coordinate' language implies when the tool is relevant, but there is no explicit when-to-use guidance or contrast with alternatives. An agent must infer that this is the evidence-gathering tool among the siblings.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: gathering physical evidence, listing supported operational domains, and producing an operability assessment. There is no realistic confusion between data retrieval, metadata listing, and decision support.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using lowercase snake_case: check_operability, list_domains, and sense_location. The verbs are varied but specific to each action, making the naming predictable and intuitive.

Tool Count5/5

Three tools is well-scoped for a focused physical-context decision-support server. Each tool earns its place: one for evidence, one for domain context, and one for the final assessment.

Completeness5/5

The server covers the full workflow for its stated purpose: discovering applicable domains, retrieving current physical-world evidence, and checking operability with uncertainty handling. It explicitly names missing evidence rather than leaving dead ends, so agents can proceed without guessing.