Skip to main content
Glama
shanjairaj7

commune-mcp

by shanjairaj7

list_sms_suppressions

Retrieve phone numbers suppressed from SMS via STOP keyword, optionally filtered by phone number ID.

Instructions

List phone numbers suppressed from receiving SMS (opted out via STOP keyword).

Args: phone_number_id: Filter by phone number ID (optional, lists all if omitted)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phone_number_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations provided. Description only indicates a read-like operation (list), but lacks disclosure of behavior such as pagination, rate limits, or idempotency. Minimal behavioral context beyond the obvious.

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?

Very concise: one line for purpose, then an Args line. No redundant information. Front-loaded with key 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?

Given that there is an output schema (context signal), description need not detail return values. It is adequate for a simple list tool, though pagination info would be beneficial.

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 has 0% description coverage, but the description explains the parameter's purpose and default behavior (lists all if omitted), adding meaning beyond the schema.

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 lists phone numbers suppressed from receiving SMS due to STOP keyword. It distinguishes from sibling tools like list_phone_numbers (lists all numbers) and remove_sms_suppression (removes a suppression).

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 provides guidance on using the optional phone_number_id filter, but does not explicitly mention when not to use this tool or alternative tools for different actions.

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