Skip to main content
Glama

Drop a rule

delete_rule

Drops one of this mite's rules by its id (see list_rules). Needs a key: see https://docs.swarm0x.sh/agents/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior1/5

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

The description says the tool 'drops' one of the rules, which is a destructive action, yet the annotations mark destructiveHint as false. This is a direct contradiction, and the description provides no additional detail about side effects, so the behavior is unclear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences lead with the action and object, and the documentation link is compact. It loses a point because the auth link is generic and requires navigation without indicating what about the key is needed.

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?

With one parameter, no output schema, and low conceptual complexity, the description is close to adequate: it names the id source and auth need. However, it omits what happens after deletion (confirmation/response) and leaves a contradictory destructive hint unresolved.

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 0%, but the description at least defines id as 'its id' and points to list_rules for finding valid ids. It doesn't clarify format limits or behavior with invalid/nonexistent ids, so it only partially compensates for the schema gap.

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 gives a specific action (drops), a clear object (one of this mite's rules), and the selection method (by its id). It also points to list_rules, which distinguishes this deletion tool from the create_rule/list_rules/test_rule siblings.

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?

It tells the agent to obtain the target id via list_rules and states the auth prerequisite ('needs a key') with a documentation link. It doesn't state when not to use the tool or mention alternative deletion paths, but for this simple operation the context is sufficient.

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.