Skip to main content
Glama

Check Phone

check_phone
Read-onlyIdempotent

Phone number validation & fraud check. Confirms whether a number is valid and active, returns a 0-100 fraud score, and flags VOIP, prepaid, and risky numbers with line type, carrier, and region. Example: check_phone({ phone: "18007267864", country: "US" }) Requires your own IPQualityScore API key, passed as _apiKey.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneYesPhone number to validate, e.g. "18007267864" or "+1 800 726 7864"
_apiKeyYesYour own IPQualityScore API key (BYO — Pipeworx does not supply one). Free tier at ipqualityscore.com; the key is on the account dashboard.
countryNoOptional 2-letter ISO country code to improve parsing, e.g. "US", "GB".

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint, reducing the burden on the description. The description adds substantive behavioral context beyond annotations: the external IPQualityScore API dependency, the requirement to pass a caller's own _apiKey, and the output dimensions (fraud score, line type, carrier, region, risk flags). This is valuable given there is no output schema.

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 dense, purposeful sentences: the first front-loads the core function and output, the second gives a concrete invocation example, and the third states the required API key. Every sentence earns its place with no filler or 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 tool with no output schema, the description covers purpose, key output facets, the external API key requirement, and an example call. It does not specify the exact response shape or mention rate limits/free-tier caveats, but it provides enough for an agent to select and invoke the tool correctly, especially with annotations carrying the safety profile.

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%, with each parameter (phone, _apiKey, country) already documented with examples and purpose. The description repeats the phone/country example but adds no new meaning beyond the schema, so the baseline of 3 applies.

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 resource (phone) and distinct actions: validation, active-status confirmation, fraud score (0-100), and flags for VOIP/prepaid/risky numbers with line type, carrier, and region. This clearly differentiates it from sibling tools like check_email, check_ip, and check_url, which share the check_* pattern but target different resources.

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

Usage Guidelines3/5

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

The description implies 'use when you need phone number validation and fraud checking' but provides no explicit when-to-use/when-not-to-use guidance or named alternatives. It does not reference sibling tools like check_email or check_ip, so an agent must infer the appropriate selection from the resource type alone.

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.5/5.0
Disambiguation2/5

Multiple natural-language query tools (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, validate_claim, discover_tools, suggest_questions) have heavily overlapping purposes, and the descriptions rely on subtle caveats to differentiate them. Similarly, entity_profile vs compare_entities vs recent_changes and ai_visibility_check vs scan_competitor_ai_presence blur boundaries. Only the four check_* tools (email/ip/phone/url) are cleanly distinct.

Naming Consistency2/5

There are some consistent prefixes (check_*, polymarket_*, ask_pipeworx_*, pipeworx_*) but the overall set mixes verb_noun, noun_verb, and standalone adjectival names (deep_research, entity_profile, bet_research, validate_claim, recent_changes). The pattern is readable within families but chaotic across the whole surface, with no unified convention.

Tool Count2/5

35 tools is excessive for a server branded 'Ipqualityscore', especially since only 4 tools actually serve that fraud-checking domain. The rest sprawls into general data research, prediction-market analysis, memory management, subscriptions, and npm dependency scanning — a far larger scope than the name implies. This is a scattershot collection rather than a coherent offering.

Completeness2/5

The IPQS core domain is thin (only email, IP, phone, URL checks) and missing common fraud-screening operations like transaction scoring or domain reputation. Conversely, the Pipeworx side is over-complete with redundant query paths, while unrelated subsystems (memory, subscriptions, feedback) create dead ends that don't serve the server's apparent purpose. The lack of a clear domain makes genuine completeness impossible to assess or claim.