Skip to main content
Glama

Search Contact

get_api_v1_search

Search for the contact based on phone number and country code. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes
numberYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It mentions billing (1 credit per call) but does not indicate side effects, permissions, response format, or any other operational nuances. For a search operation, it likely is read-only, but this is not stated.

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?

Description is short and front-loaded with the core purpose, followed by billing note. No redundant information; every sentence adds value.

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?

Tool is simple (2 params, no output schema, no annotations). The description covers the primary purpose and cost, but lacks information about response structure, error handling, or any prerequisites. It is adequate for basic use but not comprehensive.

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 0%, so the description must clarify parameters. It explicitly links 'phone number' to the 'number' parameter and 'country code' to 'code', providing basic semantics. However, it lacks format, length, or examples, which would be more helpful. Given the low coverage, this is a minimal but acceptable explanation.

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?

Description clearly states the tool searches for a contact using a phone number and country code, with specific resources and parameters. It differentiates from the sibling tool get_api_v1_getCountryCode, which likely retrieves country codes rather than searching contacts.

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 on when to use this tool versus alternatives. The sibling tool exists, but the description does not mention when one should be preferred over the other. No exclusions or contexts provided.

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 are completely distinct: one retrieves country codes, the other performs a search. There is no overlap or ambiguity between them.

Naming Consistency4/5

Both tools share the 'get_api_v1_' prefix, but the action parts are inconsistent: 'getCountryCode' is a noun phrase with camelCase, while 'search' is a bare verb. The shared prefix provides a consistent pattern, with minor deviation.

Tool Count3/5

At only 2 tools, the surface is quite thin, but it may be appropriate for a very narrow phone lookup service. It hovers on the border of feeling minimal for a full-featured server.

Completeness4/5

The tools cover the core workflow of fetching country codes and searching for contacts. Minor gaps exist such as lack of pagination or detail endpoints, but the primary use case is fully supported.

Resources