Skip to main content
Glama
qinisolabs

localecheck

validate_phone

Validate a phone number and normalize it to E.164 format, checking its validity for a specific region like GB or US. Returns false for numbers not real in that region.

Instructions

Validate a phone number and normalise it to E.164 (e.g. +442079460958). USE THIS before saving a phone number, dialling, or sending an SMS, instead of trusting raw input. Pass region 'GB' or 'US'. Returns valid:false if the number is not real for that region.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYes
regionNoGB
Behavior3/5

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

No annotations provided, so description bears full burden. It discloses normalization to E.164 and returns valid:false for invalid numbers, but does not explicitly describe the return structure for valid numbers (e.g., whether it returns the normalized number or a full object). Lacks some completeness.

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?

Two sentences with immediate clarity: first sentence defines purpose, second gives usage and return info. No unnecessary words.

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 validation tool with no output schema, the description covers essential aspects: purpose, usage, parameters, and basic behavior. Slightly incomplete on return value details but generally adequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description adds meaning by specifying that 'number' is the raw input and 'region' should be 'GB' or 'US' with default 'GB'. Adds useful context beyond the schema alone.

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 validates and normalizes phone numbers to E.164 format, with an example. It effectively distinguishes from siblings by being the only phone validation tool.

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

Usage Guidelines5/5

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

Explicitly advises using this tool before saving, dialling, or sending SMS, and instructs to pass region 'GB' or 'US'. Provides strong usage guidance without ambiguity.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qinisolabs/localecheck'

If you have feedback or need assistance with the MCP directory API, please join our Discord server