Skip to main content
Glama
shanjairaj7

commune-mcp

by shanjairaj7

get_sms_thread

Retrieve the full SMS conversation history with a contact using their phone number and your Commune phone number ID. Messages are ordered chronologically with direction, body, and timestamps.

Instructions

Get all messages in an SMS thread with a specific number.

Returns chronological messages with direction, body, and timestamps.

Args: remote_number: The external phone number in E.164 format, e.g. "+15551234567" phone_number_id: Your Commune phone number ID for this conversation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
remote_numberYes
phone_number_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses that messages are returned chronologically with direction, body, and timestamps, which adds value. However, it does not mention authentication, rate limits, or any side effects.

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 brief (three sentences plus Args) and front-loaded with the main purpose. Every sentence adds value, no unnecessary text.

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?

With 2 required parameters and no schema descriptions, the description sufficiently explains parameters and the return format (chronological messages with fields). However, it does not mention pagination or limits, though output schema may cover some of this.

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 coverage is 0%, but description adds critical meaning: remote_number format (E.164 with example) and the purpose of phone_number_id. This compensates for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Get all messages in an SMS thread with a specific number', using a specific verb and resource. It vaguely distinguishes from siblings like send_sms but does not explicitly differentiate from list_sms_conversations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives such as list_sms_conversations or get_thread_messages. No prerequisites or exclusions provided.

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