YouTube
OpenQuok MCP examples for YouTube — MP4 uploads with title, privacy, and tags.
Connect your agent today
Draft from chat, review in your calendar, and publish only what you approve.
Channel quick reference
| Property | Value |
|---|---|
| Provider identifier | youtube |
| Max description length | 5,000 characters |
| Required attachments | Exactly one .mp4 video |
| OAuth setup | YouTube |
Video with title and privacy
Schedule a YouTube upload for next Tuesday at 9am with this video https://example.com/walkthrough.mp4 — title “OpenQuok walkthrough”, public, description “Full product walkthrough — links below.”
{
"type": "schedule",
"date": "2026-07-01T09:00:00.000Z",
"socialPost": [
{
"integration": "<youtube-integration-id>",
"postsAndComments": ["Full product walkthrough — links in description."],
"attachments": ["https://example.com/walkthrough.mp4"],
"settings": {
"title": "OpenQuok walkthrough",
"type": "public",
"selfDeclaredMadeForKids": "no"
}
}
]
} Attach media in chat
Instead of a public URL in your prompt, attach the video file directly in your MCP client chat — then ask the agent to schedule the YouTube upload with that file, title, and description.
Description vs title
The first postsAndComments string becomes the YouTube description. Set title and type (privacy) in settings.