Skip to main content
Glama

Run a FreeSWITCH API command

freeswitch_api
Read-only

Execute FreeSWITCH API commands via event socket and get raw output. Inspect switch status, channels, and registrations; optionally allow write commands with PBX_MCP_ALLOW_WRITE=true.

Instructions

Run a command through the FreeSWITCH event socket and return its raw output. In the default read-only mode only inspection commands such as 'status', 'show' and 'sofia status' are permitted. Set PBX_MCP_ALLOW_WRITE=true to lift that restriction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesThe API command, for example 'show calls' or 'sofia status gateway mytrunk'.
Behavior5/5

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

The description goes beyond annotations by disclosing the default read-only restriction, the PBX_MCP_ALLOW_WRITE environment variable to lift it, and the raw output behavior. This is meaningful additional context not present in the annotations.

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 two concise sentences: the first states the action and output, the second explains the permission model. No wasteful words, and important details are front-loaded.

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?

Despite having no output schema, the description covers the purpose, the permission restriction, how to override it, and the return format. It is complete for a command runner with one parameter.

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?

The input schema already fully describes the single parameter with examples, achieving 100% coverage. The description adds no extra parameter semantics, so the baseline of 3 is appropriate.

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 the verb and resource: 'Run a command through the FreeSWITCH event socket and return its raw output.' It also distinguishes from sibling tools by being the generic command runner, while siblings are specific read-only inspection commands.

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 context: it is a generic command tool with a default read-only mode, and lists example permitted commands. However, it does not explicitly mention alternatives or state when to prefer this over dedicated tools like freeswitch_status, so it lacks explicit 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/ictinnovations/pbx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server