Everything that lands on the Board for you to review and publish — finished media, slideshow decks, and shooting briefs you film yourself.
3 of the 5 tools here are live on the hosted server today. 1 of those answers a read-only token; the other 2 need a full-access one.
list_creativesreadBrowse the library, newest first, optionally filtered by status.
update_creativewriteEdit a creative's title, hook, caption or status — e.g. mark it ready once you approved it.
push_briefwriteCreate a shooting brief: the shot list to film plus the script to record, readable from a phone.
push_creativewritestdio onlyUpload a finished meme/image/video from the local disk into the library. Pass the board slug for anything already on the board, or the upload forks a second creative.
Reads a file off your local disk, so the hosted server cannot offer it — it exists only on the stdio server in mcp/. Over HTTP, upload with POST /v1/creatives (multipart) instead.
push_slideshowwritestdio onlyUpload an ordered deck of slides (TikTok photo mode / IG carousel) as one creative.
Reads a file off your local disk, so the hosted server cannot offer it — it exists only on the stdio server in mcp/. Over HTTP, upload with POST /v1/creatives (multipart) instead.
2 tools here are stdio-only: they read media off your local disk, which a hosted server has no access to. Ask an agent running in your repo for those, or upload over HTTP with POST /v1/creatives.