Skip to main content
Glama

Adbloop Meta Ads

run_automation_rules

Evaluate your active rules right now instead of waiting for the schedule, and report what fired. Guardrail cap and cooldown still apply. Useful for testing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

The annotations only provide readOnlyHint: false, so the description carries the burden of behavioral disclosure. It adds that 'Guardrail cap and cooldown still apply' (rate limits) and that it reports what fired (return behavior). These go beyond the annotation and give an agent useful operational context, though it doesn't detail side effects on rule state.

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 with no filler. The primary action and result are front-loaded in the first sentence, and the caveats (guardrail cap, cooldown, testing use) follow efficiently. Every word earns its place.

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 tool with no parameters and a clear action, the description is nearly complete. It explains what it does, when to use it (testing), and notes operational constraints. The only minor gap is the exact response format, but since there is no output schema, the phrase 'report what fired' gives a general expectation. The tool is simple enough that this is adequate.

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

Parameters4/5

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

The input schema is empty (0 parameters), so there is nothing to explain. Per the baseline for 0 parameters, a score of 4 is appropriate. The description does not need to add parameter details since none exist, and it doesn't contradict 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 action: 'Evaluate your active rules right now' and the result: 'report what fired.' It distinguishes from schedule-based execution and is distinct from sibling tools like list_automation_rules (which lists) and create_automation_rule (which creates). The verb 'evaluate' and resource 'active rules' are explicit.

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 says 'Useful for testing' which implies the intended use case, but it does not explicitly state when not to use it or mention alternatives. It also says 'instead of waiting for the schedule' which gives context but no exclusions. Lacks direct comparison to sibling tools like set_automation_rule_active or list_automation_rules.

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