Skip to main content
Glama

phone-lookup

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ktozvonil/mcp-server-ktozvonil
GitHub Stars
0
Server Listing
mcp-server-ktozvonil

TDQS

A4.1/5.0

Scored across 2 tools

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)

TDQS

A4.3/5.0
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 clearly identifies the operation as a lookup and discloses the output fields (community verdict, rating, spam level, operator, region, tags, recent reviews). There is no mention of rate limits, auth, or edge cases, but for a straightforward read-only lookup, the provided detail is adequate.

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 sentence that starts with the main action 'Look up' and efficiently packs all essential information—website, output categories—without redundancy or filler.

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

Completeness5/5

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

The tool is simple: one parameter with full schema coverage, no output schema required, and no complex behavior. The description fully covers what the tool does and what it returns, making it complete for an agent to select and invoke it correctly.

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 100% for the 'number' parameter, so the baseline is 3. The description does not add parameter-specific details beyond the schema, but none are needed given the schema already explains the format and meaning.

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' with a clear resource 'phone number on ktozvonil.net' and enumerates the returned data (community verdict, rating, spam level, operator, region, tags, recent reviews). This clearly distinguishes it from the sibling tool 'post_comment', which serves a different purpose.

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 implies when to use the tool: whenever you need phone number information from ktozvonil.net. The only sibling tool, 'post_comment', has an obviously distinct purpose, so the usage context is clear even though no explicit exclusions or alternative recommendations are stated.

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)

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description carries full burden and discloses critical behavior: the review is labelled AI-agent-generated, shown in a separate section, and does NOT affect the community rating or verdict. This goes beyond basic write semantics and helps the agent understand side effects.

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?

Three tightly focused sentences: purpose, authentication, and side-effect disclosure. Each sentence carries essential information with no 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 write tool with no output schema or annotations, the description covers purpose, auth requirements, and behavioral impact. It lacks mention of return values or error scenarios, but these are not essential given the tool's simplicity.

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?

Input schema covers 100% of parameters with meaningful descriptions (text, number, rating). The tool description adds no additional parameter context, so it meets the baseline without enhancing beyond schema.

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 action ('Post a phone-number review') and the target resource, distinguishing it from the sibling lookup_phone. It also specifies 'on behalf of the authenticated user,' which adds precise context.

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 use (requires OAuth write scope, discoverable via /.well-known/oauth-protected-resource), and the sibling 'lookup_phone' makes the alternative obvious. However, it does not explicitly state when not to use this tool or contrast with lookup_phone.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedlookup_phone
    • First observedpost_comment

Related MCP Connectors

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
  • F
    license
    Not graded
    quality
    A
    maintenance
    Enables phone number intelligence and spam-risk detection by combining metadata, FTC complaint history, and IPQS reputation into explainable risk scores with confidence levels.
    1
    -
  • 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
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.