M
mcp
/drive_read_file
drive read file
Read a file from a drive. Text comes back as utf-8 `content`; binary as `contentBase64`. Files over 1 MB are refused (use the skill scripts).
liveunknown~5s typical
mcpmcp
$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-ai-dataecho-mcp /drive_read_file for me.
Input
| Field | Type | Description |
|---|---|---|
| drive* | string | Drive name or drv_… id |
| path* | string | File path in the drive |
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-ai-dataecho-mcp","endpoint":"/drive_read_file","input":{"drive":"...","path":"..."}}'cli
npx cracked-ai run -p mcp-ai-dataecho-mcp -e /drive_read_file -i '{"drive":"...","path":"..."}'mcp
run_tool({ provider: "mcp-ai-dataecho-mcp", endpoint: "/drive_read_file", input: {"drive":"...","path":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.