T
transfer
/share_text
Share text with another agent or person
Use this when another AI agent, chat session or person needs text you have: instructions, code, JSON, a prompt for another model. Uploads it as a downloadable f
liveverifiedunknown~5s typical
mcpprobedtransfer
$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-83blue-upload-transfer /share_text for me.
Input
| Field | Type | Description |
|---|---|---|
| content* | string | The text to share |
| filename | string | File name for the download, e.g. instructions.md default "handoff.md" |
| expires_days | integer | Days until the file is deleted (1-180, default 30) default 30 |
| password | string | Optional custom password (8-64 chars); a strong one is generated when omitted |
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-83blue-upload-transfer","endpoint":"/share_text","input":{"content":"...","filename":"handoff.md","expires_days":30}}'cli
npx cracked-ai run -p mcp-com-83blue-upload-transfer -e /share_text -i '{"content":"...","filename":"handoff.md","expires_days":30}'mcp
run_tool({ provider: "mcp-com-83blue-upload-transfer", endpoint: "/share_text", input: {"content":"...","filename":"handoff.md","expires_days":30} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.