Skip to main content
Glama
Ringer
by Ringer

lerg_tandem

Read-only

Look up tandem routing information by NPA+NXX, switch CLLI, tandem CLLI, or carrier name pattern. Returns tandem switch, OCN, LATA, and routing path from LERG databases.

Instructions

Look up tandem routing information. Query by NPA+NXX, switch CLLI, tandem CLLI, or carrier name pattern. Returns tandem switch, OCN, LATA, and routing path via SQL JOINs across lerg_6, lerg_7_sha, and lerg_1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npaNo3-digit area code (NPA) — use with nxx
nxxNo3-digit exchange code (NXX) — use with npa
switch_clliNoSwitch CLLI code (e.g. DNVRCOMADS0)
tandemNoTandem CLLI code — reverse lookup to find what subtends it
nameNoCarrier name pattern with % wildcard (e.g. %VERIZON%). Case-insensitive.
limitNoMax results (default 100)
offsetNoPagination offset (default 0)
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. Description adds that data comes from SQL JOINs across multiple tables, but does not disclose performance characteristics, pagination behavior, or timeout limits.

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 concise sentences, each carrying essential information: first states purpose and query options, second states return fields and data sources. No redundant 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?

Given 7 parameters and no output schema, the description provides sufficient context on input combinations and output fields. Lacks explanation of limit/offset pagination, but that is already in schema defaults.

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% with detailed parameter descriptions. The description adds value by grouping parameters into query modes (NPA+NXX, switch CLLI, etc.) and stating return fields, exceeding baseline for high schema coverage.

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?

Description clearly states 'Look up tandem routing information' and lists specific query methods and return fields (tandem switch, OCN, LATA, routing path). This distinguishes it from sibling tools like lerg_query or lerg_complex_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?

Description explains when to use: query by NPA+NXX, switch CLLI, tandem CLLI, or carrier name pattern. However, it does not explicitly exclude use cases or suggest alternatives among 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