Skip to main content
Glama

lite

call_tool

Read-only

Run one of the Edge Thirteen tools returned by discover_tools. Pass the tool's exact name and an arguments object matching the input schema that discover_tools returned for it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesExact tool name from discover_tools, e.g. `numbercheck__check_financial_numbers`.
argumentsNoArguments object matching that tool's input schema.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already disclose read-only behavior, open-world characteristics, and non-destructiveness. The description adds the practical constraint that the name must be exact and arguments must match the target schema, which is invocation guidance rather than deeper behavioral disclosure. Return format, error handling, and mismatch behavior are not covered, but annotations lower the burden.

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?

Two concise sentences: the first states the action and scope, the second gives the exact invocation requirements. There is no filler or redundant restatement.

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 supplies the essential discovery-to-call loop and invocation rules for a generic dispatcher. Since the tool has no fixed output schema, explaining return values is less necessary; however, it does not mention error behavior when an invalid name or malformed arguments are provided, which would slightly improve completeness.

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

Parameters4/5

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

The schema already documents both parameters at 100% coverage, but the description adds meaningful provenance: `name` must be the exact tool name returned by `discover_tools`, and `arguments` must conform to that tool's input schema. This is more precise than the schema's generic descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Run'), a specific resource ('Edge Thirteen tools returned by discover_tools'), and the delegation contract (exact name plus arguments object). This makes it immediately distinguishable from its sibling discover_tools, which has the discovery role.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description establishes the intended workflow: first discover tools, then call one by its exact name and schema-matching arguments. It does not explicitly state when not to use it or list alternatives, but the discovery-to-call relationship is clear enough.

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