You're viewing a demo portfolio

Join the waitlist
PRSM

get_youtube_publish_status

Active

Tool of Weftly

declared in 0.25.1

Check the status of a YouTube publish job. Poll periodically after trigger_youtube_publish — the upload takes 1-10 minutes depending on video size. Returns status (pending, publishing, completed, failed) and the youtube_video_url once complete.

Parameters schema

{
  "type": "object",
  "required": [
    "session_token",
    "job_id"
  ],
  "properties": {
    "job_id": {
      "type": "string",
      "description": "Job ID returned by publish_to_youtube"
    },
    "session_token": {
      "type": "string",
      "description": "Session token"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Weftly

https://github.com/woven-record-media/weftly-monorepo

1/7 registries
View full server →
get_youtube_publish_status — Weftly — PRSM MCP