Skip to main content
Glama
Ringer
by Ringer

routelink_lookup

Read-only

Resolve toll-free numbers to their carrier or responsible organization using caller ANI and LATA.

Instructions

Look up toll-free number routing. Resolves a CRN (toll-free number) to its carrier (CIC), Responsible Organization (ROR), or both. CIC lookup interprets the CPR decision tree using the caller's ANI and LATA to determine which carrier handles the call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crnYes10-digit toll-free number (CRN), e.g. 8005551234
lookup_typeYesType of lookup: 'cic' = carrier ID, 'ror' = responsible org, 'cicror' = both
aniNo10-digit calling party number (required for cic and cicror lookups)
lataNo3-digit LATA code (required for cic and cicror lookups)
Behavior5/5

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

The description aligns with annotations (readOnlyHint=true) and adds behavioral detail about interpreting the CPR decision tree. No contradictions; it transparently describes the lookup process.

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 sentences that front-load the core purpose and cover key details without waste. Each sentence adds value.

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 no output schema, the description explains what is resolved (carrier, ROR) and required parameters, but does not cover error cases or result format. Adequate for a lookup tool.

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?

Schema coverage is 100%, baseline 3. The description adds meaning by explaining the role of ANI and LATA in the decision tree and clarifying the lookup_type values, going beyond the schema.

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 resolves a CRN to its carrier (CIC) and/or Responsible Organization (ROR), with specifics about the CIC lookup using ANI and LATA. This distinguishes it from sibling tools like routelink_cpr and routelink_ror_query.

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 explains that ANI and LATA are required for cic lookups, providing context on when to provide those parameters. However, it does not explicitly mention when not to use this tool or recommend alternatives among the sibling tools.

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/Ringer/telique-mcp'

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