Skip to main content
Glama

Prowlo — Reddit & X for AI agents

keyword_delete

DestructiveIdempotent

[DEPRECATED — renamed tag_rule_delete. Will be removed after 2026-10-07.] Remove a TAGGING RULE (dashboard: 'Tagging rules') and stop it from tagging posts — not a Keyword Monitor entry (those are Watchers; see watcher_delete). This action cannot be undone. Changes take effect on the next scheduled processing cycle. Existing opportunity scores and matches are not retroactively updated. (requires a free Prowlo account — call it to get a signup link)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe term to delete (the id returned by tag_rule_list)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / id / description
      Previous value: -"The keyword text to delete (the id returned by keyword_list)"New value: +"The term to delete (the id returned by tag_rule_list)"
  2. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Goes well beyond annotations by disclosing that the action cannot be undone (reinforcing destructiveHint), changes take effect on the next scheduled processing cycle, existing scores/matches are not retroactively updated, and a free Prowlo account is required. This provides essential behavioral context beyond the structured metadata.

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 moderately long but every sentence serves a purpose: deprecation notice, functional scope, alternative tool reference, irreversibility, scheduling, side effects, and auth requirement. It is front-loaded with the most critical info and contains no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the confusion risk with watcher_delete and the deprecation, the description covers all necessary operational aspects: what it acts on, what it does, when it takes effect, what is not updated, account requirement, and the replacement tool. No output schema is needed for a delete operation, and the description is sufficient for correct use.

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 already fully describes the single 'id' parameter with 100% coverage, including its provenance from tag_rule_list. The description adds context about what the rule is but does not enrich parameter semantics beyond the schema. Baseline 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 'Remove a TAGGING RULE' and disambiguates from Keyword Monitor entries by referencing watcher_delete. It also provides the rename target tag_rule_delete, making the tool's purpose and relationship to siblings unambiguous.

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?

Explicitly says when to use this tool (to stop a tagging rule from tagging posts) and when not to (Keyword Monitor entries, which are watchers), naming the alternative tool watcher_delete. Also notes the deprecation and rename, providing clear guidance on tool selection.

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.