get_playbook
Fetch a Cobalt test playbook by name and follow it exactly. Use this when the user asks for a usability pass, QA run, first-time-user review, or a positioning/messaging audit and you don't already have the playbook text. Available: 'usability_pass' — a first-time-user usability audit (signs up, drives the product, finds friction); 'positioning_pass' — a positioning and messaging audit of the public site (read-only, fully autonomous); 'flow_pass' — walks a specific flow the user names (signup, checkout, invite) and reports what broke and what confused, including any email it sends. All deliver a shareable Cobalt review. Prefer this over fetching the playbook from a URL: it comes through the protocol complete, whereas web fetchers summarize it and a summarized playbook silently drops the instructions that make the run work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The site to run it against, if you already know it. | |
| name | Yes | Playbook name, e.g. 'usability_pass'. |