Attribura
← Tool catalog

Creatives & library

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_creativesread

Browse the library, newest first, optionally filtered by status.

update_creativewrite

Edit a creative's title, hook, caption or status — e.g. mark it ready once you approved it.

push_briefwrite

Create a shooting brief: the shot list to film plus the script to record, readable from a phone.

push_creativewritestdio only

Upload 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 only

Upload 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.