delete_sip_trunk
Delete a SIP trunk by providing its unique trunk ID to remove it from your Crazytel telephony configuration.
Instructions
Delete a SIP trunk by trunk_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trunk_id | Yes | SIP trunk UUID |
Delete a SIP trunk by providing its unique trunk ID to remove it from your Crazytel telephony configuration.
Delete a SIP trunk by trunk_id.
| Name | Required | Description | Default |
|---|---|---|---|
| trunk_id | Yes | SIP trunk UUID |
Changes observed during successful MCP inspections.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the deletion action but does not mention irreversibility, cascading effects on related resources, or any required permissions. For a destructive operation, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that is front-loaded with the action and resource. It wastes no words, though it could add a brief note on deletion consequences without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a destructive tool with no annotations and no output schema, the description is too thin. It does not explain what happens after deletion, whether the action is reversible, or how it relates to the broader SIP trunk lifecycle. An agent would need to infer these details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents trunk_id as a SIP trunk UUID. The description adds no additional meaning beyond restating the parameter name, but the schema is sufficient, so baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb and resource: 'Delete a SIP trunk by trunk_id.' It is specific enough to distinguish from siblings like create_sip_trunk and update_sip_trunk, though it does not explicitly name them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives, nor any context about prerequisites or consequences. The description simply states the action without situating it among sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.