Skip to main content
Glama
shanjairaj7

commune-mcp

by shanjairaj7

remove_sms_suppression

Removes a phone number from SMS suppression list to re-enable delivery. Use when a user sends UNSTOP or contacts support to re-subscribe.

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
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the main behavioral effect (re-enabling SMS delivery) but lacks details about idempotency, error handling, or authorization requirements. It is adequate but not exhaustive.

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: a one-sentence purpose, a one-sentence usage scenario, and an Args section. Every sentence adds value, and there is no redundancy.

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?

Given the tool's simplicity (one parameter, output schema exists), the description is fairly complete. It covers purpose, usage context, and parameter details. It does not describe the output, but that's acceptable per the evaluation rules since an output schema is provided.

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 0%, so the description must compensate. It provides a docstring for the phone_number parameter, specifying the format (E.164) and an example ("+15551234567"), adding significant meaning beyond the schema's type-only definition.

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 purpose: 'Remove a phone number from the SMS suppression list (re-enable SMS delivery).' It uses a specific verb and resource, and distinguishes itself from siblings like 'list_sms_suppressions' by describing a mutative action.

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 provides clear context, though it does not 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/shanjairaj7/commune-mcp'

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