Skip to main content
Glama
robertsmieja

xmatters-mcp

by robertsmieja

Delete a conference bridge

xmatters_delete_a_conference_bridge
Destructive

Delete a conference bridge by its ID from xMatters. Requires explicit confirmation and write permissions to remove the bridge and update tenant data.

Instructions

Delete a conference bridge. DELETE /api/xm/1/conference-bridges/{bridgeID}. Body fields: none. Reference: https://help.xmatters.com/xmapi/#delete-a-conference-bridge Requires operator write opt-in and confirm:true; may notify recipients or change tenant data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
queryNoAPI query parameters; arrays are comma-joined. Documented names: id. Pagination is explicit using offset and limit; results are not automatically combined.
confirmYesExplicit approval of this exact mutation. Operator must also enable XMATTERS_ALLOW_WRITES.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark it destructive and non-readonly. The description adds valuable behavioral context: may notify recipients or change tenant data, and requires operator write opt-in. This goes beyond the annotations without contradicting them.

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 compact, front-loaded with the action, and every sentence carries useful information: endpoint, body, reference, requirements, side effects. No filler.

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?

For a simple delete operation, the description covers prerequisites, side effects, and endpoint. With destructiveHint already set and no output schema, this is sufficient. It could mention response code or idempotency, but those are minor gaps given annotations.

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 covers 67% of parameters with descriptions; baseline is 3. The description adds 'Body fields: none' and restates confirm:true, which is already in schema. It does not explain bridgeID semantics or the query parameter beyond what schema offers. Slight additional value but not significant.

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 states the specific verb 'Delete' and resource 'conference bridge', and includes the exact REST endpoint. It is clearly distinct from sibling modify/create/get conference bridge tools, with no ambiguity about the action.

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?

Provides clear context for when the tool can be used: requires operator write opt-in and confirm:true. It does not explicitly list exclusions or alternatives, but the prerequisites and side-effect warning guide the agent. Missing explicit when-not-to-use or alternative suggestions, so not a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools