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.
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.
Tool Definition Quality
Average 4.1/5 across 2 of 2 tools scored.
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.
Both tools follow the same verb_noun pattern with snake_case: lookup_phone and post_comment. The naming is consistent and predictable.
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.
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 toolslookup_phoneAInspect
Look up a phone number on ktozvonil.net: community verdict, rating, spam level, operator, region, tags and recent reviews.
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Phone number (digits, international or local format) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Review text (min 3 chars) | |
| number | Yes | Phone number (digits, international or local format) | |
| rating | Yes | Star rating 1-5 (1 = dangerous/spam, 5 = safe/trusted) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityBmaintenancePolish phone number lookup: who called, spam and scam checks, UKE DNO registry, CERT phishing stats51MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to look up Danish phone numbers for operator, company (CVR), and spam/trust information using official open data.MIT
- AlicenseNot gradedqualityAmaintenanceQuery 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.64MIT

mcp-server-trustcarofficial
AlicenseAqualityCmaintenanceMCP 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.3437MIT
Your Connectors
Sign in to create a connector for this server.