W
Weftly
/publish_to_youtube
publish to youtube
Publish an existing video from a transcribe or summarize job to YouTube. Creates a paid publish job (flat $1.75 price) and stores the OAuth token. Captions are
liveunknown~5s typical
mcpweftly
$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-weftly-weftly /publish_to_youtube for me.
Input
| Field | Type | Description |
|---|---|---|
| session_token* | string | Session token from create_session, create_transcript, or create_summary |
| access_token* | string | YouTube OAuth2 access token — the caller is responsible for obtaining this via Google OAut |
| refresh_token | string | YouTube OAuth2 refresh token — if provided, the Workflow will refresh the access token aut |
| source_job_id* | string | Job ID of an existing transcribe or summarize job in this session whose video to publish. |
| title* | string | YouTube video title (max 100 characters) |
| visibility* | string (private | unlisted | public) | YouTube video visibility: "private" (default), "unlisted", or "public" default "private" |
| description | string | YouTube video description (max 5000 characters) |
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-weftly-weftly","endpoint":"/publish_to_youtube","input":{"session_token":"...","access_token":"...","source_job_id":"...","title":"...","visibility":"private"}}'cli
npx cracked-ai run -p mcp-ai-weftly-weftly -e /publish_to_youtube -i '{"session_token":"...","access_token":"...","source_job_id":"...","title":"...","visibility":"private"}'mcp
run_tool({ provider: "mcp-ai-weftly-weftly", endpoint: "/publish_to_youtube", input: {"session_token":"...","access_token":"...","source_job_id":"...","title":"...","visibility":"private"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.