MCP tool
probierz_create_readme_gif
SIDE-EFFECTING: convert one recorded journey video into a bounded, silent, looping README GIF and write a provenance sidecar with source/output SHA-256 and mandatory publication checks. Requires ffmpeg.
Input schema#
{
"type": "object",
"properties": {
"input": {
"type": "string",
"description": "Recorded journey video path."
},
"output": {
"type": "string",
"description": "Destination path ending in .gif."
},
"startSeconds": {
"type": "number",
"description": "Non-negative trim offset; default 0."
},
"durationSeconds": {
"type": "number",
"description": "Published clip duration; default 12, maximum 30."
},
"framesPerSecond": {
"type": "number",
"description": "GIF frame rate; default 12, maximum 20."
},
"width": {
"type": "number",
"description": "Output width; default 960, maximum 1200."
},
"force": {
"type": "boolean",
"description": "Replace an existing GIF and sidecar."
}
},
"required": [
"input",
"output"
]
}Source snapshot#
Generated from `probierz-mcp` at https://github.com/wisent-ai/probierz.git revision `8ca8c1f19a5eb137164120d54f80405b0d0dbf14`.
The server reports version `0.1.0`; binary SHA-256: `72425bce4d10d4373586fb2ea7deb40be44bf277964e14aa53e52c9216e60bf4`; tools/list SHA-256: `856670843b435996d8cd5e1542c3001560c0cf11baf48a2c528f68e31600fdde`.