Skip to main content
Glama

Delete alert rule

delete_alert_rule
Destructive

Remove an alert rule permanently by providing its rule ID. Use this after user confirmation to delete a specific alert rule from your Bisibility project and stop future notifications for it.

Instructions

Delete an alert rule by rule id. Use only after the user confirms deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idYesIdentifier of the alert rule to operate on.
project_idNoIdentifier of the bisibility project to operate on; list_projects returns valid project ids.
idempotency_keyNo
Behavior3/5

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

The annotations already declare destructiveHint=true and readOnlyHint=false, which covers the safety profile. The description adds value by noting the user-confirmation requirement, which goes beyond the annotation signal. Mutations aren't described as reversible, and no return-format information is given, but annotations do the heavy lifting here.

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?

Two short sentences, zero wasted words. The purpose and the critical usage constraint (confirmation) are both delivered compactly and front-loaded.

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 destructive tool with annotations declaring the destructive nature, this is reasonably complete. It adds the user-confirmation requirement which is critical safety context. No output schema exists, but for a delete operation, return value explanation is generally less critical. Could mention irreversibility, but the destructiveHint annotation plus confirmation instruction largely covers it.

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 coverage is 67%, meaning rule_id and project_id have descriptions while idempotency_key has none (only length constraints). The description doesn't elaborate on any parameters beyond what the schema provides. The idempotency_key, undocumented in schema, is also not explained in the description — a minor gap.

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 clearly states the action (delete) and the resource (alert rule) plus the identifier method (by rule id). It distinguishes from siblings like update_alert_rule and create_alert_rule through the verb-resource pairing, though it doesn't explicitly call out the sibling distinction.

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 adds the important context that this should 'Use only after the user confirms deletion' — a clear usage constraint appropriate for a destructive action. It implies this is a user-confirmation-gated operation but doesn't name alternatives or exclusions explicitly.

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/CorgiCorner/bisibility-mcp'

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