search_youtube
ActiveTool of GoCreative Agent API
declared in 1.27.1
Search YouTube and return top results (title, channel, views, published). Use for video-content research or competitor monitoring. Example call: {"query": "machine learning crash course"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "search_youtubeArguments",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"title": "Query"
}
}
}Parent server
GoCreative Agent API
1/7 registries