Skip to main content
Glama
rivradev

recite-mcp

by rivradev

update_rule

Update specific fields of an existing rule, such as active status, priority, conditions, or actions, while keeping the rule type unchanged.

Instructions

Partially update a rule. The rule_type cannot be changed.

Args: rule_id: UUID of the rule to update. changes: Fields to update. All are optional: active (bool), priority (int), condition (object, simple rules), action (object, simple rules), conditions (array, transaction_rule), actions (array, transaction_rule), condition_operator ("AND" or "OR", transaction_rule).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idYes
changesYes
Behavior3/5

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

No annotations are provided, so the description must cover behavior. It explains partial update semantics and lists modifiable fields, but does not describe side effects, error conditions, or what happens with invalid inputs. This is adequate but not comprehensive for a mutation tool.

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?

The description is concise and well-structured with a clear 'Args' list. However, it could be slightly more streamlined for an AI agent, but overall it is effective without unnecessary information.

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?

Given no output schema and no annotations, the description lacks information about return values and error handling. It covers the parameter semantics well but does not describe what the tool returns on success or failure, which is needed for complete context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the description compensates fully by explaining rule_id as UUID and changes as an object with all possible fields, their types, and context (simple vs transaction_rule). It also notes all fields are optional, adding significant value beyond the 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 tool's function as partially updating a rule, with an explicit constraint that the rule_type cannot be changed. This distinguishes it from sibling tools like create_rule and delete_rule.

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 implies usage by specifying partial update and immutability of rule_type, but it does not explicitly state when to use this tool versus alternatives like create_rule. It provides clear context but lacks explicit when-not-to-use guidance.

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/rivradev/recite-mcp'

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