Skip to main content
Glama
robertsmieja

xmatters-mcp

by robertsmieja

Get a conference bridge

xmatters_get_a_conference_bridge
Read-onlyIdempotent

Retrieve a conference bridge's configuration and status by providing its unique bridge ID.

Instructions

Get a conference bridge. GET /api/xm/1/conference-bridges/{bridgeId}. Body fields: none. Reference: https://help.xmatters.com/xmapi/#get-a-conference-bridge

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
queryNoAPI query parameters; arrays are comma-joined. Documented names: none. Pagination is explicit using offset and limit; results are not automatically combined.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safe read-only behavior is covered. The description adds the endpoint and 'Body fields: none,' which gives minor request-shape clarity, but it does not disclose response format, error cases, or authentication requirements. With annotations present, this is adequate but not rich.

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

Conciseness3/5

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

The description is short, but the first sentence 'Get a conference bridge' is redundant with the tool name. The endpoint line and reference link add value, but the structure could be tighter by dropping the tautological opener.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple GET-by-ID tool, the endpoint and body-fields note provide the core calling context, and annotations cover the safety profile. However, there is no output schema, no description of the returned conference bridge object, and no guidance on finding bridgeId, leaving moderate gaps for an agent.

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

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description shows bridgeId appearing in the path via the endpoint template, and says body fields are none, but it does not explain what bridgeId represents or how to obtain it. Schema coverage is only 50% because query parameters have no documented names, and the description does not compensate for this gap beyond restating the placeholder.

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 states a specific verb and resource: 'Get a conference bridge' and includes the exact endpoint GET /api/xm/1/conference-bridges/{bridgeId}. This clearly identifies a single-resource read operation and distinguishes it from the sibling list tool xmatters_get_conference_bridges, though it does not explicitly name that sibling.

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 guidance is provided about when to use this tool versus alternatives such as xmatters_get_conference_bridges for listing bridges or xmatters_create_an_external_conference_bridge for creating one. The endpoint implies fetching by ID, but the description offers no explicit context or exclusions.

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