get_youtube_publish_status
ActiveTool 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
}Parent server
Weftly
https://github.com/woven-record-media/weftly-monorepo
1/7 registries