Tool
get_playbooks · Behavior Read-onlyid to fetch one playbook including its full guide text. Otherwise returns a page of playbooks you can access (those you created, org-visible, shared with you, and official ones); narrow with q and page with cursor/limit. Always returns a playbooks array (empty when nothing matches) and a next_cursor (null on the last page).
Input parameters
string (uuid)
Fetch one playbook by id, including its full
guide text. Provide either id or a list query (q/cursor), not both.string
Filter the accessible playbooks by a case-insensitive substring of title or description. Omit to list everything accessible.
string
Opaque pagination cursor from a previous response’s
next_cursor. Omit for the first page; repeat any filters (e.g. q) alongside it.integer
Max items to return (default 25, max 100). Defaults to
25.Response
object[]
string | null