Skip to main content
Glama
siffletdata

sifflet-mcp

Official
by siffletdata

close_incident_by_id

Close a specific incident by its unique ID, and decide if the monitor should be qualified. Resolve data issues by supplying the incident ID and qualification flag.

Instructions

    Close an incident by id. The id is the unique identifier of the incident, for example 1234.
    The should_qualify_monitor is a boolean that indicates if the monitor should be qualified or not.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
incident_idYes
should_qualify_monitorYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits on its own. It explains parameter meanings but does not mention side effects, permissions, reversibility, or the outcome of closing an incident. This is a significant gap for a mutation tool.

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 two concise sentences, front-loading the primary action and then explaining the second parameter. There is no redundant or verbose language; every sentence contributes to understanding.

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?

Given it is a simple tool with two parameters and no output schema, the description explains the action and parameters adequately. However, it omits behavioral details such as idempotency, effects on the incident, or return values, leaving some uncertainty for an agent. It covers the basics but not the full context.

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?

The input schema has no parameter descriptions (0% coverage), so the description compensates by defining incident_id as a unique identifier with an example and explaining should_qualify_monitor as a boolean for monitor qualification. This covers both parameters, though it leaves some domain-specific details unstated.

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 clearly states 'Close an incident by id' with an example, which is a specific verb+resource. This distinguishes it from sibling tools like open_incident_by_id, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by stating the action, but it provides no explicit guidance on when to use this tool versus alternatives (e.g., open_incident_by_id) or any exclusions. The intended use is inferable from the tool name and description, so it is not entirely absent.

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

Install Server

Other Tools

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/siffletdata/sifflet-mcp'

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