cf_get_bot_management_config
Retrieve Bot Management configuration including fight mode, JavaScript detection, and AI bot protection settings for a Cloudflare zone.
Instructions
Get the current Bot Management configuration for a zone.
Args:
zone_id: 32-char Cloudflare zone ID.
Calls: GET /zones/{zone_id}/bot_management.
Returns: envelope with `data` = the full BM config dict, including:
- fight_mode (bool)
- using_latest_model (bool)
- enable_js (bool)
- sbfm_definitely_automated (str — block/allow/managed)
- sbfm_likely_automated (str)
- sbfm_verified_bots (str)
- sbfm_static_resource_protection (bool)
- optimize_wordpress (bool)
- suppress_session_score (bool)
- auto_update_model (bool)
- ai_bots_protection (str — block/disabled)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |