Skip to main content
Glama

check_operability

Decision support for an activity at a coordinate, including historical forecast reliability when established. Returns Senlay Core thresholds, exceeded conditions, source divergence, unknowns and assessment uncertainty. It may be wrong; unavailable evidence is named rather than inferred, and a human remains the final authority.

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).
domainYesOperational domain to assess.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/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 behavioral disclosure burden. It does this well by stating that results may be wrong, unavailable evidence is named rather than inferred, and a human remains the final authority, while also exposing assessment uncertainty. This gives the agent valuable expectations about reliability and limits without contradicting structured metadata.

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 compact, front-loaded with the core purpose, and uses its sentences to convey purpose, outputs, and caveats. There is little waste, though the phrase 'including historical forecast reliability when established' is slightly vague and could be sharper.

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 that there is no output schema and no annotations, the description provides a useful inventory of return categories and explicitly discloses uncertainty and fallibility. It is sufficient for a competent agent to select and invoke the tool, though it would benefit from more detail on output structure and clearer sibling differentiation.

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 schema fully documents lat, lng, time, and domain. The description adds only a mild semantic link by framing the call as an activity at a coordinate but does not provide parameter-specific detail beyond the schema, so the baseline score of 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 identifies a decision-support purpose for an activity at a coordinate and names the main outputs: thresholds, exceeded conditions, source divergence, unknowns, and uncertainty. It is specific enough to separate it from generic lookups, though it does not explicitly contrast with siblings like get_forecast_trust.

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?

Usage is implied: an agent would call this when it needs operational decision support for a domain at a location. However, there is no explicit guidance about when not to use it, no mention of alternatives such as get_forecast_trust, and no prerequisite or exclusion criteria.

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.