List playbooks and jobs
list_workflowsList the playbooks available: the ones Avokata ships and any this account has written. Call this when you want the procedure for a legal task rather than inventing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many playbooks to return, default 50 (jobs are always listed whole: there are few and they come first). | |
| session | No | The `session` value the sign-in returned. Pass it on every call in this conversation, so the sign-in survives however this client handles connections; omit it when the user connected with Sign in (OAuth) or a key. | |
| max_chars | No | A hard cap on the answer's size in characters, default 8000. Rows are dropped from the end to fit, and `truncated` says how many and how to get them. |