Add article media (image or GIF)
add_article_mediaAdd a screenshot or GIF to the article. Returns a screenshot_id to place in the article via update_article using <SCREENSHOT screenshot_id>.
kind="image": pass
timestampto capture a frame from the project's base video, OR passmcp_upload_id(from the upload tool) to attach an uploaded image. One of the two is required.kind="gif": pass
timestamp(start) andduration(seconds). Captures a short GIF clip from the base video. Requires the project to have a video clip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | 'image' or 'gif'. | |
| duration | No | kind='gif' only: GIF duration in seconds. | |
| timestamp | No | kind='image': capture frame at this timestamp (seconds). kind='gif': GIF start time. | |
| project_id | Yes | Project ID. | |
| mcp_upload_id | No | kind='image' only: attach an uploaded image (mcp_upload_id from the upload tool) instead of capturing from video. |