Skip to main content
Glama

List call history

list_calls
Read-onlyIdempotent

List recent calls with status, duration, and cost. Most recent first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
statusNoFilter by status, e.g. COMPLETED, FAILED, NO_ANSWER

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With annotations already carrying read-only, idempotent, and non-destructive hints, the description adds meaningful behavioral context: results are ordered most recent first, and the response includes specific fields. This goes beyond the schema and annotations without contradicting them.

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 short and front-loaded: the primary action is in the first two words, followed by field information and ordering. Every sentence is useful with zero filler or redundancy.

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

Completeness5/5

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

For a simple list call with two optional parameters and no output schema, the description supplies the output field names, ordering, and overall scope. The schema documents the limit and status filters, so nothing needed for correct invocation is missing.

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 descriptions cover 100% of the parameters (limit and status), so the parameter semantics are already fully captured in the schema. The description does not add new parameter meaning, but it also doesn't need to; a 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 action ('List recent calls') and the resource (call history), with useful specifics about included fields (status, duration, cost) and ordering. It does not explicitly mention sibling tools, but the verb 'list' and phrase 'recent calls' make the distinction from get_call/get_usage apparent.

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?

The intended use is implied: call this when you want a list of recent calls. However, there is no explicit guidance about when to prefer get_call for a single call or get_usage for aggregated usage, and no alternatives are named. This is adequate but leaves some routing to the agent.

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