Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Generate a Letter of Authorization

port_generate_loa

Generate and upload a WARP-branded LOA PDF for an off-net SPID group before submitting a port request. Requires attestation, authorizing party, losing carrier, and signer details. Supersedes prior LOAs for that group.

Instructions

Render a WARP-branded LOA PDF for one off-net SPID group and upload it to the project, superseding prior LOAs for that group. Only valid BEFORE the port is submitted; every off-net group needs a current LOA before port_submit_request will succeed. Requires attestation=true plus all authorizing-party, losing-carrier, and signer fields. Requires step-up MFA. Alternatively upload an existing signed LOA with port_upload_document. Errors: INVALID_PAYLOAD (error.details.fields lists missing fields), INVALID_PARAM, CONFLICT (already submitted), TNIQ_ERROR, INTERNAL_ERROR, GATEWAY_UNAVAILABLE.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPort request UUID (from port_list_requests or port_create_request)
spidYesLosing-carrier SPID (from port_get_request's SPID groups)
signerNoSigner details for the LOA
attestationYesMust be true — attests the signer is authorized to port the numbers
losing_carrierNoLosing-carrier account details for the LOA
authorizing_partyNoAuthorizing party details for the LOA
Behavior4/5

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

Annotations are neutral, but the description adds behavioral details: it supersedes prior LOAs, requires step-up MFA, and lists specific error types. Minor deduction because it doesn't detail the upload behavior or MFA 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?

The description is well-structured, front-loading the main action and including prerequisites, alternatives, and error info. Every sentence is concise and valuable.

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 complexity (6 parameters, nested objects, no output schema), the description covers purpose, timing, prerequisites, alternatives, and errors comprehensively. It explains how to handle INVALID_PAYLOAD errors.

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%, so the description adds value by grouping required fields and specifying that attestation must be true. However, it implies signer, losing_carrier, and authorizing_party are required, while schema marks them optional, causing slight inconsistency.

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 renders a WARP-branded LOA PDF for one off-net SPID group and uploads it, superseding prior LOAs. It distinguishes from the sibling tool port_upload_document by noting the alternative. The verb 'Render' and resource are specific.

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 says 'Only valid BEFORE the port is submitted' and that every off-net group needs a current LOA before port_submit_request succeeds. It also provides an alternative (port_upload_document) and lists prerequisites including MFA.

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/warp-mcp'

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