Skip to main content
Tool create_playbook · Behavior Additive
Create a playbook — a reusable set of review checks. You own it and it is private to you. Pass checks to author them inline, or add them later with update_playbook. Returns the playbook and its checks.

Input parameters

string
required
Playbook title (required, non-empty).
string | null
Optional human-facing description.
string | null
Optional free-text guidance applied across the whole playbook.
object[]
Optional checks to create with the playbook (max 100). Each runs as one review criterion. You can also add checks later with update_playbook.

Response

object
object[]