Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
media_uploadTOOL
Upload a local media file, returning a public URL for use with posts create --media.
The file is uploaded directly to storage via a presigned URL. Supported formats: jpg, jpeg, png, webp, gif, mp4, mov.
Files already hosted at a public https URL don't need uploading — pass the URL straight to posts create --media. You can also pass local file paths directly to posts create --media without a separate upload step; they are uploaded automatically.
Limitation: on the hosted MCP server, local file paths are not available. Use https URLs instead, or run Akarso locally with akarso mcp to access local files.
Parameters
fileOrUrl *string
Positional argument fileOrUrl
Request example
{ "method": "tools/call", "params": { "name": "media_upload", "arguments": { "fileOrUrl": "string" } } }