Skip to main content
Glama

get_call

Read-only

One call in full: transcript (who said what), outcome, summary, objective and the agent's tool use.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
call_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

readOnlyHint already signals a safe read, but the description adds real value by enumerating what the response contains (transcript, outcome, summary, objective, tool use), which matters since there is no output schema. It omits any note on error behavior for a missing/invalid call_id.

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?

One front-loaded sentence that wastes no words and immediately conveys the resource and its contents. The trailing list is dense but informative rather than redundant.

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?

For a single-parameter read tool with no output schema, the description covers the essential question of what you get back. The gaps are minor (parameter meaning, no-call behavior), which keeps it just short of fully complete.

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% and the single required 'call_id' parameter is a bare string with no format, source, or provenance hint. The description never mentions call_id, so it does not compensate for the undocumented parameter.

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?

States a specific verb+resource ('get_call' -> one call) and enumerates the payload ('transcript, outcome, summary, objective and the agent's tool use'). The phrase 'One call in full' implicitly contrasts with the list_calls sibling, though it never names it.

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 explicit when-to-use guidance and no alternatives named. The singular/detail framing loosely implies 'use this after list_calls to drill into a specific call', but that routing is left entirely to inference.

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.