Skip to main content
Glama

Search Contact

get_api_v1_search

Searches for contact information and identifies the name associated with a given phone number Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
numberYes

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It adds a billing note ('Billing per call: 1 Credits'), which is useful context beyond the basic action. However, it does not disclose potential errors, limitations, or data source specifics, leaving some behavioral gaps.

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 a single sentence and relatively concise, combining purpose and billing info. However, it lacks proper punctuation (missing period before 'Billing') and mixes two ideas without clear separation, slightly reducing clarity but not significantly.

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 simple tool with no output schema, the description covers the main purpose and even mentions the output (associated name). However, it omits the meaning of 'code' and provides no usage context or edge-case behavior, leaving the tool somewhat incomplete for an agent to fully rely on.

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?

The schema has zero description coverage for the two parameters. The description explains that 'number' is a phone number, but it leaves 'code' completely undefined. This is a significant gap, as the agent cannot infer what 'code' represents, leading to potential misuse.

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 states the tool's function: searching for contact information and identifying the name associated with a phone number. It uses a specific verb ('Searches') and resource ('contact information'), and distinguishes itself from the sibling tool (getCountryCode) by focusing on phone number to name lookup.

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 description implies usage: use when you need to identify a name from a phone number. However, it does not explicitly state when to use this tool versus the sibling getCountryCode, nor does it provide exclusions or alternative scenarios. Thus, only implied guidance.

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.

TDQS

A3.6/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: one retrieves a static list of country metadata, the other performs a phone number lookup. There is no overlap or ambiguity between them.

Naming Consistency3/5

Both tools follow a similar pattern with 'get_api_v1_' prefix, but the second part is inconsistent: 'getCountryCode' uses camelCase while 'search' is a bare verb. The prefix suggests an API endpoint structure rather than a consistent verb_noun convention.

Tool Count3/5

With only two tools, the server feels thin for a service that likely offers more functionality (e.g., reverse phone lookup, carrier info, validation). However, for a minimal API wrapper, two tools could be acceptable, so it's borderline.

Completeness2/5

The domain appears to be phone number lookup and country data, but the surface is severely limited. Missing obvious operations like phone number validation, detailed lookup results, or carrier information. The country list tool is a static reference, and the search tool is the only functional operation, leaving significant gaps.

Resources