Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Bulk order (assign) numbers

num_bulk_order

Procure and assign up to 200 telephone numbers in one idempotent batch. Each number incurs purchase and recurring charges.

Instructions

Procure and assign up to 200 telephone numbers in one idempotent batch. THIS COSTS MONEY — each number incurs purchase and recurring charges, so confirm the list with the user first. Requires a UUID idempotency key (reused as procurement_request_id); reuse the same key to safely retry. Per-TN failures do not abort the batch. Find candidates with num_search; for a single number use num_order; to route many held numbers to a trunk use num_bulk_route. Errors: INVALID_REQUEST, MISSING_IDEMPOTENCY_KEY, INVALID_IDEMPOTENCY_KEY, TRUNK_UNOWNED (whole-request 403 on default_trunk_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tnsYesTelephone numbers to procure and assign (max 200)
noteNoFree-text note recorded on the procurement request
tn_metadataNoMetadata applied to every TN in the batch (e.g. friendly_name, description fields)
idempotency_keyYesUUID idempotency key for the batch (sent as the Idempotency-Key header; reuse it to retry the same batch safely)
default_trunk_idNoTrunk-group UUID to route all assigned numbers to (403 TRUNK_UNOWNED if not yours)
per_tn_overridesNoMap of TN -> per-number override object, overriding tn_metadata/default_trunk_id for that TN
Behavior4/5

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

Annotations only provide hints; description adds critical behavioral details: idempotency via key reuse, cost implication, partial failure handling ('Per-TN failures do not abort the batch'), and specific error codes. Missing only explicit statement about non-destructive nature (implied by procurement/assignment).

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 paragraph with clear front-loading of purpose, followed by warnings, usage guidance, and error summary. Every sentence adds value; no fluff. Length is appropriate for complexity.

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?

Comprehensive coverage of behavior, errors, and usage context given no output schema. Lacks return value details, but the tool's output is likely implicit (success/failure). Could elaborate on success response structure, but current info suffices for agent decision-making.

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 covers all 6 parameters with descriptions, but description adds context like idempotency key UUID reuse, max 200 numbers, and mapping of error codes to parameters (e.g., TRUNK_UNOWNED on default_trunk_id). Enhances schema without redundancy.

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's action ('Procure and assign up to 200 telephone numbers') and distinguishes it from siblings like num_order (single number) and num_bulk_route (routing held numbers). The verb 'procure and assign' is specific and resource-targeted.

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 advises confirming with user due to cost, specifies when to use alternatives (num_search for finding, num_order for single, num_bulk_route for routing), and includes prerequisites like idempotency key. Covers both when-to-use and when-not-to-use.

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