cf_get_managed_rule_details
Retrieves the full definition of a managed ruleset rule by its ID, enabling false-positive triage by revealing what the rule matches.
Instructions
Look up details of a specific managed-ruleset rule (account-scoped).
Managed rulesets are owned by Cloudflare and live at the account scope;
individual managed rules are referenced from a zone's deployment.
This tool is the bridge: given a managed (ruleset_id, rule_id), it
returns the full rule definition so the agent can determine what the
rule actually matches (used for FP triage on managed-rule hits).
Calls: GET /accounts/{account_id}/rulesets/{ruleset_id} → project rule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| ruleset_id | Yes | ||
| rule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |