Skip to main content
Glama

get_history_for_number

Read-only

List all conversations (call/SMS) with given number on the VoIPstudio account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYes
toDateTimeNoDatetime (YYYY-MM-DD H:i:s)
fromDateTimeNoDatetime (YYYY-MM-DD H:i:s)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
historyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the agent knows it's safe. The description adds that it includes both call and SMS, but does not disclose potential behavioral traits like pagination, rate limits, or sorting behavior.

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?

Single sentence that is direct and contains no superfluous information. The structure is efficient for an agent to parse quickly.

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 description lacks important context such as the significance of the required 'number' parameter (including format), the optional date-range parameters, and potential pagination. While an output schema exists, the description should still guide typical usage, which it does not.

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 67% (two of three params have descriptions). The description adds no param-specific information beyond what the schema provides, so 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 it lists conversations (call/SMS) for a given number on the VoIPstudio account. It distinguishes from siblings like get_live_calls or get_cdrs by focusing on history with a specific number, but does not explicitly contrast with get_cdrs which might similarly list calls.

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 guidance is provided on when to use this tool versus alternatives, such as when to use get_cdrs or get_voicemails. The description merely states functionality without usage context.

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