Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Apply carrier-group details

port_set_group_details
Idempotent

Apply losing-carrier account details (account number, BTN, PIN, names, service address) to all telephone numbers in a SPID group. Run after port_get_request and before port_validate_request.

Instructions

Apply losing-carrier account details (account number, BTN, PIN, service address, names) to EVERY TN in one SPID group. Group membership is recomputed from live TNIQ details, not client-supplied. Get SPID groups from port_get_request; run before port_validate_request. Errors: INVALID_PAYLOAD, INVALID_PARAM, NOT_FOUND, TNIQ_ERROR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPort request UUID (from port_list_requests or port_create_request)
btnNoBilling telephone number (10-digit) on the losing account
pinNoAccount PIN/passcode with the losing carrier
spidYesLosing-carrier SPID (from port_get_request's SPID groups)
business_nameNoBusiness name on the losing account
end_user_nameNoEnd-user name on the losing account
account_numberNoAccount number with the losing carrier
service_addressNoService address on file with the losing carrier
Behavior4/5

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

Annotations already provide idempotentHint=true and destructiveHint=false. The description adds behavioral context: it applies details to every TN, recomputes membership from live TNIQ, and lists possible errors. This adds value beyond the annotations.

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 concise with four sentences, each serving a purpose: action, membership source, usage sequence, and errors. No redundant or missing information. Front-loaded with the most important action.

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 the complexity (8 parameters, no output schema) and rich annotations, the description covers the main action, source of data, ordering, and error types. It does not explain optional parameter behavior or return value, but these are partially covered by schema and annotations. Overall sufficiently complete.

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

Parameters3/5

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

Schema description coverage is 100%, so baseline is 3. The description lists the parameter categories but does not add additional meaning or syntax details beyond what the schema provides. No extra value added.

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 applies losing-carrier account details to every TN in a SPID group, with a specific verb and resource. It distinguishes from siblings by mentioning live TNIQ details and sequencing with port_validate_request.

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 provides clear when-to-use context: get SPID groups from port_get_request and run before port_validate_request. It also clarifies that group membership is from live TNIQ, not client-supplied. However, it does not explicitly state when not to use this tool or mention alternatives.

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