Skip to main content
Glama
theYahia

@metarebalance/dadata-mcp

clean_phone

Validate and standardize phone numbers to obtain carrier, region, timezone, and type information from any input format.

Instructions

Validate and standardize a phone number. Returns carrier, region, timezone, and type. Paid: 0.20 RUB/req.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneYesPhone number in any format
Behavior4/5

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

No annotations provided, but the description covers key behavior: validation, standardization, paid call (0.20 RUB/req), and return fields. It does not disclose error handling or rate limits, but for a simple tool this is sufficient.

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 no redundant information. First sentence states the primary action, second lists return data and cost. Very efficient and easy to parse.

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?

For a simple one-parameter tool with no output schema, the description adequately covers functionality, return fields, and cost. No apparent gaps given the low complexity.

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

Parameters5/5

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

Schema has 100% coverage for the single parameter 'phone' with minimal description. The tool description adds significant meaning by explaining the purpose (validation and standardization) and the enriched output, which goes beyond the schema's 'Phone number in any format'.

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 a specific verb ('Validate and standardize') and resource ('a phone number'), and distinguishes from sibling 'clean_' tools by mentioning unique return values (carrier, region, timezone, type).

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?

No explicit guidance on when to use this tool versus alternatives like other clean_ tools or when it is inappropriate. Only cost is mentioned, which is a minor usage hint.

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/theYahia/dadata-mcp'

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