Skip to main content
Glama

Get number information

get-number
Read-onlyIdempotent

Get information about a specific fax number.

Side effects: none (read-only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYesFax number in E.164 form, e.g. +1234567890.
user_idNoFax.Plus user ID. Default: self.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
numberYes
statusYes
owner_idYes
assigned_toYes
is_canceledNo
acquired_dateYes
notificationsNo
expiration_dateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

The description repeats the read-only behavior already declared by annotations (readOnlyHint=true, destructiveHint=false) without adding any new behavioral context. It does not disclose response characteristics, authorization needs, or other constraints beyond what annotations and schema already provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The first sentence is direct and front-loaded. However, the second sentence merely restates annotation data, so it does not earn its place; the description is short but slightly redundant given the available annotations.

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 simple read-only retrieval tool, the description, fully documented schema, and presence of an output schema give an agent enough to select and invoke it correctly. It lacks alternative-routing guidance, but that gap is minor for a one-resource lookup.

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?

The input schema already provides full descriptions for both parameters, including the E.164 format for 'number' and the default for 'user_id'. Since schema coverage is 100%, the description does not need to add parameter detail and offers none.

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 clearly identifies the operation: retrieving information about a single fax number. The qualifier 'specific' distinguishes it from list-oriented siblings like list-numbers and from mutating tools like purchase-number or revoke-number.

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?

No explicit when-to-use or when-not-to-use guidance is provided. The phrase 'specific fax number' implies use for a single-number lookup rather than a list operation, but the description does not name alternatives or exclusion conditions.

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