Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Get campaign MNO status

msg_get_mno_status
Read-onlyIdempotent

Retrieve per-carrier (MNO) approval status for a messaging campaign to track carrier approval after creating or resubmitting.

Instructions

Get per-mobile-carrier (MNO) registration status for one of your campaigns — shows whether AT&T, T-Mobile, Verizon, etc. have approved it. Use after msg_create_campaign or msg_resubmit_campaign to track carrier approval. Errors: NOT_FOUND (404), TNIQ_ERROR (502).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCampaign ID (messaging-backend UUID, as returned by msg_list_campaigns / msg_create_campaign)
Behavior4/5

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

Annotations indicate readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds context: shows carrier approval status per carrier, and mentions error conditions. No contradictions. Could add more detail about response structure, but overall good.

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: first states purpose, second provides usage timing and errors. Front-loaded, no unnecessary words. Highly efficient for the information conveyed.

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?

Tool is simple (1 param, no output schema, annotations cover safety). Description covers purpose, usage timing, errors. Does not detail return format, but given simplicity, it is mostly complete. Could mention that it returns per-carrier status details.

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?

Only one parameter 'id' with full schema description (100% coverage). Description reinforces source of id ('as returned by msg_list_campaigns / msg_create_campaign'). Adds value beyond schema by tying usage to specific prior actions.

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 it gets per-carrier (MNO) registration status for a campaign, listing specific carriers (AT&T, T-Mobile, Verizon). It distinguishes from siblings by specifying the action and resource, and the context of use (after msg_create_campaign or msg_resubmit_campaign).

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 says 'Use after msg_create_campaign or msg_resubmit_campaign to track carrier approval.' Provides error codes (NOT_FOUND, TNIQ_ERROR). Lacks explicit when-not-to-use, but context is clear.

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