Skip to main content
Glama
OpenSIPS

OpenSIPS MCP Server

Official
by OpenSIPS

trace_control

Control SIP tracing by starting, stopping, or checking the status of trace sessions. Specify the trace URI to define the destination for tracing.

Instructions

Control SIP tracing — start, stop, or check status.

Parameters

action: One of start, stop, or status. trace_uri: SIP URI for the trace destination (required for start).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
trace_uriNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided. The description does not disclose behavioral traits such as whether starting a trace overrides existing ones, if it requires specific permissions, or if it has any side effects. The tool's effect on ongoing traces is unclear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loads the purpose. The parameter list is clear but could be more integrated into a single narrative. However, it avoids unnecessary detail.

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 tool's control nature and the presence of an output schema, the description sufficiently covers the actions and parameter requirements. It does not explain return values, but the output schema likely covers that.

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?

The description adds significant meaning beyond the schema by explaining that 'action' accepts start, stop, or status, and that trace_uri is required only for start. This compensates for the schema's 0% description coverage and lack of enums.

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 tool controls SIP tracing with start, stop, or status actions. It specifies the resource (SIP tracing) and the verb (control), and distinguishes from siblings like trace_start_live by defining precise actions.

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 explicit guidance on when to use this tool versus alternatives like trace_start_live or other tracing tools. The description does not provide context for selecting this tool over siblings.

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/OpenSIPS/opensips-mcp-server'

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