Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
accounts_pinterest-boardsTOOL
List the boards of the connected Pinterest account.
Use a board's id with posts create --pinterest-board <id> — Pinterest requires a target board on every pin.
Parameters
accountId?string
Pinterest account ID (defaults to the workspace account)
Request example
{ "method": "tools/call", "params": { "name": "accounts_pinterest-boards", "arguments": { "accountId": "string" } } }