Skip to main content
Glama
shanjairaj7

commune-mcp

by shanjairaj7

release_phone_number

Release a provisioned phone number to return it to the pool for reuse. Message history is retained, but no credit refund.

Instructions

Release a provisioned phone number.

The number will be returned to the pool. No credit refund. Message history is retained.

Args: phone_number_id: The phone number ID to release (from list_phone_numbers)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phone_number_idYes

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 full burden. It discloses key behaviors: number returned to pool, no credit refund, message history retained. This is good transparency for a destructive action. It doesn't cover authorization or rate limits, but the core consequences are clear and help the agent understand the irreversible nature.

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 extremely concise with two sentences plus the argument note. It front-loads the purpose and consequences, with no wasted words. Every sentence adds value: action, side effects, parameter guidance.

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 output schema exists, return values are covered. The description sufficiently explains the tool's purpose, side effects, and parameter. Minor gaps: doesn't mention irreversibility explicitly (implied by 'no refund'). Overall, it's fairly complete for a single-parameter destructive tool.

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 adds significant meaning beyond the schema: 'The phone number ID to release (from list_phone_numbers)' tells the source and purpose. Schema coverage is 0%, so the description fully compensates, making the parameter clear and actionable.

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 releases a provisioned phone number, specifying the resource (phone number) and action (release). It distinguishes from sibling tools like provision_phone_number (acquires) and update_phone_number (modifies) by detailing the consequence: number returned to pool, no refund, history retained.

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 implies use when you want to give up a phone number, and it mentions the source of the ID (from list_phone_numbers). However, it doesn't explicitly state when not to use or compare with alternatives like update_phone_number. It provides clear context but lacks formal exclusions.

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