Skip to main content
Glama

osint-terminal

Phone

phone

Phone Number: E.164 country/region (offline)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It offers one useful signal: the operation is offline, implying no network dependency. However, it does not describe what happens for invalid or empty input, whether the full E.164 number or just the country code is expected, or what the output contains beyond 'country/region'. This is too thin to prepare an agent for real calls.

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?

The description is extremely short, contains no filler, and places the core topic first. It is efficient, though it is a fragment rather than a complete instruction. The brevity is more a symptom of under-specification than an example of polished, information-dense writing.

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

Completeness3/5

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

For a tool with one optional parameter and an output schema, the description is minimally sufficient: it identifies the input format (E.164) and the domain (country/region). However, the missing verb and the ambiguous meaning of 'offline' leave gaps in what the agent can confidently infer about invocation and result handling.

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 only defines a bare string 'q' with a default of '' and no description. The tool description adds meaning by implying that q is an E.164 phone number and linking it to country/region lookup. It does not explicitly map q to the input or clarify the empty default, so the compensation is partial rather than complete.

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

Purpose3/5

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

The description 'Phone Number: E.164 country/region (offline)' identifies the subject matter and scope, suggesting a mapping from E.164 phone numbers to country/region. However, it lacks a verb or explicit action such as 'look up' or 'identify', so the agent must infer the tool's actual purpose. It is not a total tautology because it adds the E.164 and country/region context, but it does not clearly distinguish itself from the many phone-related sibling tools.

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 guidance on when to use this tool rather than siblings like phonecc, phonefmt, phone_leak, phonepivot, or phonespam. The 'offline' qualifier hints at a distinguishing trait, but no explicit conditions, exclusions, or alternative suggestions are provided. The agent is left to guess which phone tool fits the task.

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