Skip to main content
Glama
chris-page-gov

mcp-geo

os_linked_ids_product_version_info

Read-onlyIdempotent

Resolve product version details for a given correlation method to ensure data compatibility and accurate geospatial analysis.

Instructions

Resolve product version info for a correlation method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo
correlationMethodYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
liveNo
correlationMethodYes
productVersionInfoYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.2

TDQS

C2.9/5.0
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, covering the safety profile. The description adds no further behavioral detail such as error behavior, response scope, or what 'resolve' implies beyond a lookup, but it does not contradict the annotations.

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 one short, front-loaded sentence with no filler. It earns its place, though it is terse to the point of omitting context that is critical elsewhere, such as defining what a correlation method is.

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

Completeness2/5

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

The tool has a simple shape with one required string plus annotations and an output schema, but the central input concept 'correlation method' remains undefined. There is also no link to sibling tools that likely provide correlation methods, leaving an agent unsure what values are valid.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for missing parameter meaning. It only echoes the parameter name 'correlation method' without explaining accepted values, format, or how an agent should obtain one. The 'tool' const parameter is not addressed at all.

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, 'Resolve,' and identifies a clear resource, 'product version info,' with a condition, 'for a correlation method.' This differentiates it at a high level from sibling os_linked_ids_* tools, though the meaning of 'correlation method' is never clarified.

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?

No when-to-use guidance is provided. The description does not mention alternatives, exclusions, or prerequisites, and it does not connect to likely related siblings like os_linked_ids_identifiers or os_linked_ids_get. Usage is only implied: use it when you have a correlation method.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools