sonarr_notifications_metadata
Operate on Sonarr metadata and notification providers. Create, list, update, delete, fetch, and test metadata and notification configurations, including provider schemas.
Instructions
sonarr notifications metadata operations on Sonarr. Pass operation and an arguments dict matching that operation's parameters.
sonarr_create_metadata(force_save=False, body={}) — Create metadata providers. WRITE: this modifies your Sonarr instance.
sonarr_create_metadata_action(name, body={}) — Create metadata action. WRITE: this modifies your Sonarr instance.
sonarr_create_metadata_test(force_test=False, body={}) — Create metadata test. WRITE: this modifies your Sonarr instance.
sonarr_create_metadata_testall() — Create metadata testall. WRITE: this modifies your Sonarr instance.
sonarr_create_notification(force_save=False, body={}) — Create notification providers. WRITE: this modifies your Sonarr instance.
sonarr_create_notification_action(name, body={}) — Create notification action. WRITE: this modifies your Sonarr instance.
sonarr_create_notification_test(force_test=False, body={}) — Create notification test. WRITE: this modifies your Sonarr instance.
sonarr_create_notification_testall() — Create notification testall. WRITE: this modifies your Sonarr instance.
sonarr_delete_metadata(id) — Delete metadata providers. DESTRUCTIVE: this deletes data.
sonarr_delete_notification(id) — Delete notification providers. DESTRUCTIVE: this deletes data.
sonarr_get_metadata(id) — Fetch a single metadata providers by id.
sonarr_get_notification(id) — Fetch a single notification providers by id.
sonarr_list_metadata() — List metadata providers.
sonarr_list_metadata_schema() — Return the metadata providers schema (available fields/options).
sonarr_list_notification() — List notification providers.
sonarr_list_notification_schema() — Return the notification providers schema (available fields/options).
sonarr_update_metadata(id, force_save=False, body={}) — Update metadata providers. WRITE: this modifies your Sonarr instance.
sonarr_update_notification(id, force_save=False, body={}) — Update notification providers. WRITE: this modifies your Sonarr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |