Skip to main content
Glama
shanjairaj7

commune-mcp

by shanjairaj7

list_available_phone_numbers

Browse available toll-free and local phone numbers by country before purchasing. Filter results to find numbers matching your needs.

Instructions

List available phone numbers to purchase.

Browse numbers before buying with provision_phone_number.

Args: type: Number type — "TollFree" (default) or "Local" country: Two-letter country code (default: "US") limit: Max results (default: 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoTollFree
limitNo
countryNoUS

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only lists parameters and a usage hint, but does not mention that the operation is read-only, any rate limits, or what happens when no numbers are available. The description is minimal for a listing tool.

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 very concise, with the main purpose stated in the first sentence, followed by a workflow hint and a compact parameter list. Every sentence is necessary and there is no fluff.

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 low schema coverage and no annotations, the description is fairly complete for a simple listing tool. It explains parameters and usage context, and the existence of an output schema likely covers return structure. However, it could mention that the tool returns a list of available numbers with details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/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 add meaning. It explains each parameter with defaults and options (e.g., type: TollFree or Local), which adds value beyond the schema's titles and defaults. However, it does not provide a complete list of allowable country codes or explain the implications of type selection.

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?

The description clearly states that the tool lists available phone numbers for purchase, using the verb 'list' and resource 'available phone numbers'. It also hints at the workflow with provision_phone_number, but does not explicitly differentiate from the sibling tool 'list_phone_numbers' (which lists owned numbers).

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 clear guidance: 'Browse numbers before buying with provision_phone_number.' This implies a sequential workflow. However, it does not explicitly state when not to use this tool or mention alternative tools like list_phone_numbers.

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