Skip to main content
Glama
shanjai-raj

commune-mcp

by shanjai-raj

provision_phone_number

Buy a phone number for SMS; choose toll-free or local or let the system auto-select. Credits are deducted from your balance.

Instructions

Purchase/provision a phone number for SMS.

Deducts credits from your balance. Use list_available_phone_numbers first to browse options.

Args: phone_number: Specific E.164 number to buy, e.g. "+18005551234" (optional, auto-selected if omitted) type: Number type — "tollfree" (default) or "local" friendly_name: Human-readable label for this number (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNotollfree
phone_numberNo
friendly_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of disclosing side effects. It clearly states that credits are deducted from the balance and that phone_number is auto-selected if omitted. This adds meaningful behavioral context beyond the schema, though it could mention reversibility or permissions.

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 front-loaded, with the core purpose stated first. The Args section is well-structured and every sentence contributes useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity and the presence of an output schema, the description covers all essential aspects: purpose, side effects, prerequisite workflow, and parameter semantics. It is sufficiently complete for an agent to select and call this tool correctly.

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 provides thorough explanations for all three parameters, including E.164 format, default values, and optionality. This significantly adds value over the input schema, which only provides types and defaults.

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 opens with 'Purchase/provision a phone number for SMS,' using a specific verb and resource. It clearly distinguishes this from siblings like list_available_phone_numbers, release_phone_number, and get_phone_number.

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 instructs to use list_available_phone_numbers first to browse options, providing clear contextual guidance. It does not explicitly state when not to use the tool, but the prerequisite instruction is strong enough for most scenarios.

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