Skip to main content
Glama

Delete AutoMod rule

delete_automod_rule
Destructive

Remove an AutoMod rule permanently; protection stops immediately. Preview with first call, confirm with token to delete.

Instructions

Delete an AutoMod rule; its protection stops immediately. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it. Disabling is the reversible alternative.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ruleYesRule name or ID.
guildNoGuild (server) name or ID. Omit to use the default guild.
dry_runNo
confirm_tokenNo
Behavior5/5

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

Beyond annotations (readOnlyHint: false, destructiveHint: true), the description adds crucial behavioral traits: the two-step process (preview + confirm_token), immediate effect on protection, and the distinction between deletion and disabling. No contradictions with 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 two sentences, front-loaded with the core purpose, and every sentence adds value. No fluff.

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 4 parameters and no output schema, the description explains the unusual two-step deletion process and alternative, but does not detail the preview contents or handle edge cases. Mostly complete.

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 50% with rule and guild described. Description implies the roles of dry_run and confirm_token via the two-step process explanation, but does not explicitly define their semantics or types. Adds partial value beyond schema.

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 verb 'Delete' and the resource 'AutoMod rule', and specifies that protection stops immediately. It distinguishes from sibling tools like create_automod_rule and update_automod_rule by detailing the two-step deletion process.

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

Usage Guidelines5/5

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

The description explicitly tells when to use (when deletion is needed) and provides an alternative ('Disabling is the reversible alternative'). It explains the safe direct call process, guiding the agent on how to invoke correctly.

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/OrygnsCode/Omnicord'

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