playbook_list
List saved playbooks and built-in templates, filtered by schedule, active status, and last run date.
Instructions
List the workspace's saved playbooks (name, schedule, last run) and the built-in templates available. Use when the user asks 'what playbooks do I have', 'show my saved workflows', 'what automations are set up'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schedule_in | No | Comma-separated cadences to keep (manual/daily/weekly). | |
| template_key_in | No | Comma-separated template keys to keep. | |
| active | No | Only active (true) or only paused (false) playbooks. | |
| last_run_at_from | No | YYYY-MM-DD; only playbooks last run on/after this. | |
| last_run_at_to | No |