lookup_youtube
ActiveTool of GoCreative Agent API
declared in 1.27.1
Get YouTube video metadata (title, channel, views, likes, duration, transcript availability) by video id. Use for video research or content-rec agents. Example call: {"video_id": "dQw4w9WgXcQ"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_youtubeArguments",
"required": [
"video_id"
],
"properties": {
"video_id": {
"type": "string",
"title": "Video Id"
}
}
}Parent server
GoCreative Agent API
1/7 registries