Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Execute an on-net transfer

port_execute_transfer

Transfer on-net telephone numbers between WARP tenants without an NPAC port. Each number requires the current owner's port-out PIN, and results are returned independently per TN.

Instructions

Transfer on-net numbers between WARP tenants without an NPAC port. Each item authorizes with the current owner's port-out PIN; items succeed or fail INDEPENDENTLY within an HTTP 200 response — check per-TN results. Per-TN failure reasons: not_in_warp_inventory, already_yours, poi_locked, invalid_pin, pin_locked, lookup_failed, transfer_failed, invalid_tn. Preview eligibility first with port_preview_transfer. Requires step-up MFA. Errors: NO_ACTIVE_CUSTOMER, INVALID_PAYLOAD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesNumbers to transfer, each with the owning tenant's port-out PIN
Behavior5/5

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

Beyond annotations (which indicate non-read-only and non-destructive), the description adds critical behavioral details: each item authorizes with the current owner's port-out PIN, per-TN independent success/failure with specific reasons, step-up MFA requirement, and possible error codes. No contradiction with 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 four sentences with no wasted words. It front-loads the core purpose, then efficiently appends behavioral details, failure reasons, and error codes in a structured manner.

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?

The description covers purpose, usage, behavior, and errors well. However, with no output schema, a more explicit description of the response structure would be helpful for an agent to parse results correctly.

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 clear parameter descriptions. The description adds value by explaining that each item authorizes with the PIN and that results are per-TN independent. This enhances understanding of parameter usage 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 verb 'Transfer', the resource 'on-net numbers between WARP tenants', and distinguishes the tool by specifying 'without an NPAC port'. This sets it apart from sibling tools like port_preview_transfer and other port operations.

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 explicitly advises to 'Preview eligibility first with port_preview_transfer', providing a clear prerequisite. It also notes that items succeed or fail independently, guiding usage behavior. However, it does not explicitly list alternative tools or conditions when not to use this tool.

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