Skip to main content
Glama

sim_get_binding

Destructive

Fetch a stored Binding (see sim_bind) by id: which model/port feeds which, and any recorded transform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesbinding id

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior1/5

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

The annotations declare readOnlyHint=false and destructiveHint=true, while the description says 'Fetch' — a read-only operation. This is a direct annotation contradiction that leaves the agent unable to trust whether the tool has side effects.

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 focused sentence with the verb and object front-loaded. The explanatory clause about recorded transforms earns its place by clarifying what will be returned.

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 simple one-parameter getter, the description covers the core resource and return content, but it does not address missing-id behavior, error cases, or return format. The annotation contradiction also leaves the side-effect profile ambiguous.

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%, and the single 'id' parameter is documented as 'binding id.' The description adds only 'by id,' which repeats the schema and gives no extra format, constraint, or default context. 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 states the operation: 'Fetch a stored Binding by id,' and explains what a Binding is ('which model/port feeds which, and any recorded transform'). It does not explicitly distinguish itself from sim_list_bindings, but the intent is still unmistakable.

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 guidance on when to use this tool versus alternatives like sim_list_bindings or sim_get_model. The parenthetical 'see sim_bind' points to a related tool but does not explain selection criteria or exclusions.

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