Skip to main content
Glama

Delete Notification Rule

delete_notification_rule

Permanently delete a notification rule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleIdYesThe notification rule ID to delete

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. The word 'permanently' does disclose that the deletion is irreversible, which is a key behavioral trait. However, it does not mention permission requirements, side effects (e.g., stopping notifications), or behavior for nonexistent rule IDs, leaving notable gaps.

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 a single, front-loaded sentence with no unnecessary words. Every word contributes to the meaning, and it is appropriately concise for a simple tool.

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 one-parameter destructive tool, the description provides the essential action and permanence. However, the lack of annotations and output schema means the description should ideally cover side effects or error cases. It is minimally viable but not thorough.

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?

The schema defines ruleId with a clear description ('The notification rule ID to delete') and 100% coverage. The tool description adds no additional parameter semantics. Since the schema fully documents the parameter, a baseline score of 3 is appropriate.

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 the tool's action: 'Permanently delete a notification rule.' The verb 'delete' and resource 'notification rule' are specific and explicit. This distinguishes it from other delete_* sibling tools such as delete_target or delete_secret.

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 does not provide explicit guidance on when to use this tool versus alternatives. It does not mention that list_notification_rules should be used to find rule IDs, or that update_notification_rule is appropriate for modifications. Usage is implied by the name and description but not stated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources