Skip to main content

Media Probe

Snapshot Catalog Entry

This page is generated from broker tools/list snapshot data.

POSTffmpeg.media_probe

Execute ffmpeg.media_probe through the broker.

Request Body

{
"jsonrpc": "2.0",
"id": "ffmpeg-media-probe-example",
"method": "tools/call",
"params": {
"name": "ffmpeg.media_probe",
"arguments": {
"asset_id": "asset_id_123"
}
}
}

Arguments Schema

{
"properties": {
"asset_id": {
"type": "string"
}
},
"required": [
"asset_id"
],
"type": "object"
}

Code Examples

curl -X POST 'https://madpanda3d.com/lab/mad-mcps/portal/api/mcp' \
-H 'Authorization: Bearer mad_live_***' \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": "ffmpeg-media-probe-example",
"method": "tools/call",
"params": {
"name": "ffmpeg.media_probe",
"arguments": {
"asset_id": "asset_id_123"
}
}
}'

Example Responses

{
"ok": true,
"message": "Tool ffmpeg.media_probe executed successfully.",
"note": "Response shape varies by MCP tool. Inspect live responses for exact fields."
}