C
CutConvert
/inspect_file
Detect a file’s format
Detect the format of a subtitle/transcript/EDL/FCPXML file and report what CutConvert would produce from it, without performing the conversion or using quota.
liveverifiedunknown~5s typical
mcpprobedcutconvert
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-cutconvert-converter /inspect_file for me.
Input
| Field | Type | Description |
|---|---|---|
| filename* | string | Original file name including extension. |
| content | string | File content (text formats). |
| content_base64 | string | Base64 bytes (binary formats like .prtranscript). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-cutconvert-converter","endpoint":"/inspect_file","input":{"filename":"..."}}'cli
npx cracked-ai run -p mcp-com-cutconvert-converter -e /inspect_file -i '{"filename":"..."}'mcp
run_tool({ provider: "mcp-com-cutconvert-converter", endpoint: "/inspect_file", input: {"filename":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.