Skip to main content
Glama
rrvrs

jira-alerts-mcp

Remove key/value properties from a JSM alert

jsm_remove_alert_extra_properties
DestructiveIdempotent

Remove specified properties from a Jira Service Management alert by providing the full alert ID and property keys. Asynchronous action; verify completion via request status.

Instructions

Remove properties from a JSM alert by key.

Args:

  • alert_id (string): the full alert id (not the tinyId)

  • keys (string[]): the property keys to remove — keys, not values

Returns: { "requestId": string, "result": string, "alert_id": string }

IMPORTANT: this action is asynchronous. Verify with jsm_get_request_status using the returned requestId.

A key that is not present is not an error, so a receipt here does not prove anything was removed. Read the alert back if that matters.

Constraints and errors:

  • Needs delete:ops-alert:jira-service-management, a separate grant from write:ops-alert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysYesProperty keys to remove. Keys, not values.
alert_idYesFull alert id, e.g. '9b251e07-73c9-4907-9996-8cb53a6a20d0-1704440650350'. This is NOT the short tinyId shown in the JSM UI — get the full id from jsm_list_alerts first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNo
alert_idYes
requestIdNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.0.0

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses that the action is asynchronous, that a successful receipt does not prove removal, and that missing keys are silently ignored. It also explains the permission distinction between delete:ops-alert and write:ops-alert. These are meaningful behavioral details not available from the schema or annotations.

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 well-structured with a clear first-sentence purpose, Args, Returns, an IMPORTANT async warning, a caveat about receipt semantics, and a constraints/errors section. Every sentence earns its place and the formatting makes the critical warnings easy to scan.

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, asynchronous tool, the description covers everything an agent needs: what to pass, what is returned, how to verify completion, what the semantics of a non-existent key are, and what permission is required. It is self-sufficient for correct invocation and follow-up.

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 description coverage is 100%, so the baseline is 3. The description restates the key semantics ('full alert id not tinyId', 'keys, not values') but does not add meaning beyond what the schema already provides. It is accurate but not additive.

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 'Remove properties from a JSM alert by key', a specific verb-plus-resource statement that clearly identifies the operation. It distinguishes this from sibling tools that deal with tags, notes, or adding properties, and the title reinforces the same scope.

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 guidance: the action is asynchronous, must be verified with jsm_get_request_status, and removal of absent keys is not an error. It also states the required delete grant. It does not explicitly contrast with alternatives like jsm_remove_alert_tags or jsm_add_alert_extra_properties, but the behavior and prerequisites are clear enough for an agent to know when to use it.

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

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/rrvrs/jira-alerts-mcp'

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