Skip to main content
Glama

phone-lookup

Server Details

Who-called phone lookups: community verdict, spam rating, operator and reviews (ktozvonil.net).

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ktozvonil/mcp-server-ktozvonil
GitHub Stars
0
Server Listing
mcp-server-ktozvonil

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 2 of 2 tools scored.

Server CoherenceA
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.

Available Tools

2 tools
lookup_phoneAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
numberYesPhone number (digits, international or local format)
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.

post_commentAInspect

Post a phone-number review on behalf of the authenticated user. Requires an OAuth access token with the "write" scope (discover via /.well-known/oauth-protected-resource). The review is labelled AI-agent-generated, shown in a separate section, and does NOT affect the community rating or verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesReview text (min 3 chars)
numberYesPhone number (digits, international or local format)
ratingYesStar rating 1-5 (1 = dangerous/spam, 5 = safe/trusted)
Behavior4/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 discloses the OAuth token requirement, the AI-agent-generated labeling, the separate display section, and the fact that it does not affect community rating. This is strong behavioral context, though it omits details like return value or error behavior.

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 two sentences, front-loaded with the primary action ('Post a phone-number review'). It efficiently includes auth requirements and behavioral notes without redundancy or filler.

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 write tool with no output schema, the description is adequately complete. It covers purpose, auth, and key side effects. The missing return value information is a minor gap, but the schema and context provide sufficient guidance.

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 covers 100% of parameters with descriptions for text, number, and rating. The description adds no parameter-specific meaning beyond the schema, only global context about the review being AI-generated and non-influencing. Baseline 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 states a specific verb and resource: 'Post a phone-number review' on behalf of the authenticated user. It clearly distinguishes from the sibling lookup_phone by emphasizing it is a write operation, and clarifies the review's special labeling and non-impact on rating.

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?

Provides clear context for when to use: when posting a review as an authenticated user with write scope. It does not explicitly name alternatives or when-not-to-use scenarios, but the contrast with sibling lookup_phone is implicit, and the auth requirement sets clear conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to look up Danish phone numbers for operator, company (CVR), and spam/trust information using official open data.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Query WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Results are normalized to RDAP-style (RFC 9083) JSON. Public instance of the open-source KincaidYang/whois server, which can also be self-hosted.
    64
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for trustcar.info, a Ukrainian license-plate lookup and driver review service. It provides tools to look up vehicle details, recent plates, and post reviews.
    3
    437
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.