Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Update number metadata

num_update_metadata
Idempotent

Update the friendly name and description on a phone number you own to label it for human reference. Distinct from settings for voice routing or messaging.

Instructions

Update the friendly name and/or description on a number you own. Use to label numbers for humans; for routing/E911/CNAM use num_update_voice, for messaging use num_update_sms. Errors: INVALID_REQUEST, TN_NOT_OWNED.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tnYesTelephone number, 10 digits (e.g. "3035551234") or 11 digits with leading 1
descriptionNoLonger free-text description of the number's purpose
friendly_nameNoHuman-friendly label for the number, e.g. "Support line"
Behavior4/5

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

Annotations indicate it's a non-read, non-destructive, idempotent mutation. The description adds context about what can be updated (friendly name and description) and lists possible errors (INVALID_REQUEST, TN_NOT_OWNED), which goes 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?

Two sentences plus error list, zero waste. Front-loaded with the core action ('Update...'). Every sentence adds value.

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?

For a simple mutation tool with three required/optional string parameters and no output schema, the description covers purpose, usage, alternatives, and errors. It is fully adequate.

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 coverage is 100% with all three parameters described in the input schema. The description only mentions 'friendly name and/or description', adding minimal meaning beyond the schema's descriptions.

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 'Update the friendly name and/or description on a number you own,' providing a specific verb and resource. It distinguishes from siblings by mentioning alternative tools for routing/E911/CNAM and messaging.

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 states when to use this tool ('to label numbers for humans') and when to use alternatives ('for routing/E911/CNAM use num_update_voice, for messaging use num_update_sms'), providing clear context and exclusions.

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