Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Update SMS configuration

num_update_sms
Idempotent

Update inbound SMS webhook URL, secret, fallback URL, and MMS toggle on a phone number you own. Errors occur for unowned numbers or non-customer fields.

Instructions

Update the customer-owned SMS fields on a number you own: inbound webhook URL/secret, fallback URL, and MMS toggle. Requests containing tniq-owned fields are rejected. To remove SMS entirely use num_delete_sms_config. Errors: INVALID_REQUEST, TN_NOT_OWNED.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tnYesTelephone number, 10 digits (e.g. "3035551234") or 11 digits with leading 1
mms_enabledNoEnable or disable MMS on this number
inbound_webhook_urlNoHTTPS URL that receives inbound SMS webhooks, e.g. "https://example.com/sms"
fallback_inbound_urlNoFallback URL used when the primary inbound webhook fails
inbound_webhook_secretNoShared secret used to sign inbound webhook deliveries
Behavior4/5

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

Annotations indicate idempotentHint=true, destructiveHint=false. Description adds that only customer-owned fields are updatable, tniq-owned fields are rejected, and lists specific errors (INVALID_REQUEST, TN_NOT_OWNED). 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?

Two concise sentences. Front-loaded with update verb and resource. No fluff or repetition. Every word 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 5-parameter, non-destructive update with no output schema, the description covers constraints, errors, and alternative tool. Annotations provide safety profile. Complete enough for correct invocation.

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 description coverage is 100% for 5 parameters. Description adds context by naming the updatable fields and clarifying rejection of tniq-owned fields. This goes beyond schema 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?

Clearly states 'Update the customer-owned SMS fields on a number you own' with specific resources (inbound webhook URL/secret, fallback URL, MMS toggle). Distinguishes from sibling num_delete_sms_config by noting that tool removes SMS entirely.

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?

Explicitly suggests alternative num_delete_sms_config for removal. Notes that requests with tniq-owned fields are rejected. Error codes are listed. Could add more context on when not to use, but the alternative suffices.

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