Skip to main content
Glama
Ringer
by Ringer

routelink_cpr

Read-only

Retrieve the full Call Processing Record (CPR) for a toll-free number to understand how calls are routed based on factors like time, location, and ANI. Returns the routing decision tree, hash, and optional expanded templates.

Instructions

Retrieve the full Call Processing Record (CPR) for a toll-free number. A CPR is a routing decision tree that determines how calls are routed based on LATA, NPA, NXX, ANI, DAY_OF_WEEK, TIME_OF_DAY, PERCENT, STATE, etc. Returns the CPR structure, SHA1 hash, ROR, and optionally expanded template references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crnYes1-10 digit CRN (toll-free number or template CRN). Shorter values are zero-padded to 10 digits.
expandNoRecursively resolve and inline template decision trees (default true)
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds valuable context: the returned data includes SHA1 hash, ROR, and optionally expanded templates, which are behavioral details beyond the 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?

Single sentence front-loads the main purpose, followed by concise explanations. No wasted words.

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?

Given the tool has two parameters, good annotations, and no output schema, the description covers the necessary context: what CPR is, what is returned, and parameter details. Complete for a retrieval 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% but the description adds meaning for the 'crn' parameter by explaining zero-padding behavior not in the schema. The 'expand' parameter matches 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 retrieves the full CPR for a toll-free number, defines CPR as a routing decision tree, and lists the returned elements (structure, SHA1, ROR, optionally expanded templates). This verb+resource combination distinguishes it from siblings like routelink_lookup 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 Guidelines3/5

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

The description implies the tool is for full CPR retrieval but does not provide explicit when-to-use or when-not-to-use guidance nor alternatives. Siblings are listed but not contrasted.

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