Skip to main content
Glama

GBG Loqate - Reach

verify_phone

Read-only

Verify a phone number via Loqate. Returns confidence, number type, carrier, and accept/review/reject recommendation. Requires a Loqate API key — pass it via the 'key' field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoLoqate API key — required unless the server has one configured or the request carries an Authorization: Bearer header
phoneYesPhone number (E.164 format preferred e.g. +442071234567)
policyNoPolicy name: strict shipping standard (default) or permissive
countryNoISO 2-letter country code (helps with parsing if no country prefix)

TDQS

A4.4/5.0
Behavior5/5

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

The description reveals that the tool calls the external Loqate service, requires an API key, and returns specific data fields (confidence, number type, carrier, recommendation). This adds valuable context beyond the readOnlyHint and openWorldHint annotations, covering auth needs and external dependency. No contradictions with annotations.

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 long, with the core purpose and output in the first sentence and the key requirement in the second. It is front-loaded, direct, and contains no superfluous information.

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?

Given the complete parameter schema, present annotations, and absence of an output schema, the description adequately covers the essential context: purpose, return values, and the API key prerequisite. It could be more complete by mentioning potential error cases or policy defaults, but those are already in the schema. Overall, it provides sufficient information for correct invocation.

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%, so each parameter already has a clear description. The tool description only mentions the 'key' field explicitly, which is already documented in the schema. It does not add additional meaning or clarify parameter usage beyond what the schema provides, so a 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 clearly states the tool's action and scope: 'Verify a phone number via Loqate.' This distinguishes it from sibling verification tools (verify_address, verify_email, etc.) by specifying the resource type. It also summarizes the key output components, leaving no ambiguity about 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 provides clear context for when to use the tool: whenever phone number verification is needed. It does not explicitly name alternatives or exclusions, but the resource-specific language ('Verify a phone number') inherently guides selection. The API key requirement is also stated, which is a practical usage prerequisite.

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

Tools are largely distinct with clear purposes. Overlap exists between verify_address and verify_contact (which can verify address alone), but the descriptions explicitly clarify when to use each. list_policies and show_policy are clearly separate (list vs detail), and retrieve_address is distinct as a reference data lookup. No tools are truly ambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (list_policies, show_policy, retrieve_address, verify_address, etc.). The verbs are clear and uniformly styled, with no mixed conventions or vague names.

Tool Count5/5

Seven tools is well-scoped for a verification server. Each tool serves a distinct purpose—policy management, address resolution, and verification for address/email/phone/contact—without unnecessary redundancy or excessive count.

Completeness5/5

The toolset covers the core lifecycle of verification: policy exploration (list/show), address resolution from suggestions, and verification across all contact channels, including combined contact verification. The ability to request suggestions during verification and then resolve them to full addresses ensures a complete workflow with no dead ends.