Skip to main content
Glama
shanjai-raj

commune-mcp

by shanjai-raj

remove_sms_suppression

Remove a phone number from the SMS suppression list to re-enable SMS delivery. For users re-subscribing via UNSTOP or support.

Instructions

Remove a phone number from the SMS suppression list (re-enable SMS delivery).

Use this when a user sends UNSTOP or contacts support to re-subscribe.

Args: phone_number: The E.164 phone number to remove from suppressions, e.g. "+15551234567"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phone_numberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the core action and effect but omits important details such as idempotency, permissions, error handling, or what happens if the number is not currently suppressed. This is insufficient for a mutation tool.

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 concise and well-structured: one sentence for purpose, one for usage context, and a simple Args block. Every sentence earns its place with no redundant information.

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?

For a simple one-parameter mutation, the description covers purpose, usage, and parameter format. It does not address edge cases or prerequisites, but given the tool's simplicity and the presence of an output schema, it is adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description includes an Args section that fully explains the phone_number parameter, specifying the E.164 format and providing a concrete example ('+15551234567'). Since schema description coverage is 0%, this is essential and well-executed.

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 'Remove a phone number from the SMS suppression list' with a parenthetical effect of re-enabling SMS delivery. This specific verb+resource combination distinguishes it from sibling tools like list_sms_suppressions and get_suppressions.

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 states when to use the tool: 'when a user sends UNSTOP or contacts support to re-subscribe.' This gives clear context, though it does not explicitly mention alternative tools or when not to use it.

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/shanjai-raj/commune-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server