autobrr_feeds
List, create, update, delete, test, and run RSS/Torznab feeds in autobrr, including managing feed cache and capabilities.
Instructions
autobrr feeds operations on autobrr. Pass operation and an arguments dict matching that operation's parameters.
autobrr_create_feed(body={}) — Create a feed. WRITE: this modifies your autobrr instance.
autobrr_delete_feed(feed_id) — Delete a feed. DESTRUCTIVE: this deletes data.
autobrr_delete_feed_cache(feed_id) — Clear a feed cache. DESTRUCTIVE: this deletes data.
autobrr_fetch_feed_caps(body={}) — Fetch feed capabilities (body is a partial Feed with a url). WRITE: this modifies your autobrr instance.
autobrr_force_run_feed(feed_id) — Force a feed to run now. WRITE: this modifies your autobrr instance.
autobrr_get_feed(feed_id) — Fetch a single feed by id.
autobrr_get_feed_caps(feed_id) — Fetch the capabilities of a stored feed by id.
autobrr_get_feed_latest(feed_id) — Fetch the latest run data for a feed (raw string body).
autobrr_list_feeds() — List configured RSS/Torznab feeds.
autobrr_test_feed(body={}) — Test a feed (body is a partial Feed). WRITE: this modifies your autobrr instance.
autobrr_toggle_feed_enabled(feed_id, body={}) — Enable or disable a feed (body: {"enabled": bool}). WRITE: this modifies your autobrr instance.
autobrr_update_feed(feed_id, body={}) — Update a feed. WRITE: this modifies your autobrr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |