Skip to main content
Glama
robertsmieja

xmatters-mcp

by robertsmieja

Upload an EPIC ZipSync file

xmatters_upload_an_epic_zipsync_file
Destructive

Upload an EPIC ZipSync file to xMatters. Requires explicit confirmation and write opt-in to send data.

Instructions

Upload an EPIC ZipSync file. POST /api/xm/1/uploads/epic-v1. Multipart ZipSync v1.3 upload (upstream maximum 150 MB; the server may impose a smaller configured limit). File bytes are supplied by the MCP file input. Body fields: file. Reference: https://help.xmatters.com/xmapi/#upload-an-epic-zipsync-file Requires operator write opt-in and confirm:true; may notify recipients or change tenant data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoAPI query parameters; arrays are comma-joined. Documented names: none. Pagination is explicit using offset and limit; results are not automatically combined.
fieldsNo
uploadYes
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.7/5.0
Behavior5/5

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

Beyond the annotations (readOnly=false, destructiveHint=true), the description explicitly warns that the upload 'may notify recipients or change tenant data,' explains the confirm:true gate, and notes that the server may impose a smaller configured limit. This gives the agent a realistic picture of side effects and variability.

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?

Every sentence earns its place: purpose, endpoint, format/limit, file source, body field, reference link, and prerequisite/side-effect warning. The critical constraints are front-loaded and there is no filler.

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?

For a destructive write operation with a nested upload object and no output schema, the description covers endpoint, method, payload format, size cap, file source, required body field, confirmation/auth requirements, and potential tenant impact. The official documentation link fills any remaining detail gaps.

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?

Schema coverage is only 50%, so the description must compensate. It clarifies that file bytes come from the MCP file input and that the multipart body field is named 'file,' which directly helps with the upload object. It also reinforces the confirm:true requirement, though it leaves the generic query/fields parameters mostly undocumented.

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 opens with a specific verb and resource: 'Upload an EPIC ZipSync file,' then names the exact endpoint POST /api/xm/1/uploads/epic-v1 and format 'Multipart ZipSync v1.3.' This clearly distinguishes it from sibling upload tools like xmatters_upload_an_attachment or xmatters_upload_a_user_upload_file.

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 gives clear operational context: size limits, MCP file input, body field expectations, and the requirement for operator write opt-in plus confirm:true. It does not explicitly contrast with alternative upload tools or state when not to use it, so it stops short of a full usage-routing explanation.

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