Skip to main content
Glama

phone-lookup

lookup_phone

Look up a phone number on ktozvonil.net: community verdict, rating, spam level, operator, region, tags and recent reviews.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYesPhone number (digits, international or local format)

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does disclose the type of output (community verdict, rating, spam level, operator, etc.), which informs the agent what to expect. However, it does not explicitly state that the operation is read-only, mention any rate limits, or describe what happens if the number is not found. 'Look up' implies non-destructive behavior, but additional context would improve transparency.

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?

The description is a single, well-structured sentence that front-loads the action and resource, then efficiently lists the key output attributes. Every word adds value with no redundancy.

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 lookup tool with one parameter and no output schema, the description covers the essential context: what the tool does, the target resource, and the nature of the returned data. It does not explain potential failure modes, but given the simplicity and the sibling context, it is sufficiently complete.

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 schema already provides 100% coverage of the single parameter 'number' with a clear description. The tool description adds no additional parameter semantics beyond what the schema already states, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Look up') and clearly identifies the resource ('a phone number on ktozvonil.net'). It also lists the specific data returned (community verdict, rating, spam level, etc.), which distinguishes it from the sibling tool 'post_comment' that clearly performs a different action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes it clear that this tool is for retrieving information about a phone number, while the sibling 'post_comment' is for adding content. There are no explicit exclusions or alternative recommendations, but the context is sufficient for an agent to choose correctly between lookup and posting.

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

A4.1/5.0
Disambiguation5/5

The two tools are clearly distinct: one retrieves phone number information including reviews, while the other submits a new review. There is no overlap in their functions, so an agent can easily select the appropriate tool.

Naming Consistency5/5

Both tools follow the same verb_noun pattern with snake_case: lookup_phone and post_comment. The naming is consistent and predictable.

Tool Count3/5

With only two tools, the set feels thin for a server that covers both lookup and community contributions. However, it may be appropriate if the service intentionally focuses on these two core actions, making it borderline.

Completeness3/5

The server provides create (post_comment) and read (lookup_phone includes reviews) operations, but lacks update and delete capabilities for comments. This is a notable gap in the lifecycle coverage for the review feature.