autobrr_actions
Create, update, list, enable/disable, or delete autobrr notification actions attached to filters.
Instructions
autobrr actions operations on autobrr. Pass operation and an arguments dict matching that operation's parameters.
autobrr_create_action(body={}) — Create an action. WRITE: this modifies your autobrr instance.
autobrr_delete_action(action_id) — Delete an action. DESTRUCTIVE: this deletes data.
autobrr_list_actions() — List all actions (the notification triggers attached to filters).
autobrr_toggle_action_enabled(action_id, body={}) — Enable or disable an action (body: {"enabled": bool}). WRITE: this modifies your autobrr instance.
autobrr_update_action(action_id, body={}) — Update an action. WRITE: this modifies your autobrr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |