Open a playbook or job
get_workflowGet one playbook in full: the procedure, the tools it expects you to call, and what the answer has to carry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| workflow_id | Yes | Which playbook to read, by the `workflow_id` from `list_workflows` - e.g. `still-good-law`, `matter-digest`. |