youtube_data_call
Fetch any YouTube Data API v3 resource (videos, channels, search, live) with custom parameters, returning JSON/CSV inline or saving large results to a file. Read-only unless write mode is enabled.
Instructions
Unrestricted call against the YouTube Data API v3 (e.g. /videos, /channels, /liveBroadcasts, /search). Read-only unless YTMCP_ALLOW_WRITE=1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | endpoint path, e.g. /videos | |
| query | No | ||
| format | No | ||
| method | No | ||
| account | No | alias or channel id; defaults to the configured default, or the only account | |
| outputPath | No | write the full result here instead of returning it inline; strongly preferred for anything large. Extension picks the format unless format is given. |