{
"name": "searchapi_youtube_channel_videos",
"description": "YouTube Channel Videos results from SearchApi, as structured JSON.",
"input_schema": {
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"description": "Channel identifier (UC…); either channel_id or handle identifies the channel."
},
"handle": {
"type": "string",
"description": "Channel handle (@name); alternative to channel_id."
},
"sort_by": {
"type": "string",
"description": "Order of the channel videos.",
"enum": [
"newest",
"popular",
"oldest"
]
},
"next_page_token": {
"type": "string",
"description": "Opaque token from the previous response that fetches the next page."
}
},
"required": []
}
}
Cole a definição no array de ferramentas do seu próprio agente. O schema é gerado a partir da entrada deste motor no catálogo, e os valores que você configurou viajam nos examples do schema. O nome é nosso e não do servidor MCP — é o que o seu agente vai chamar — e o de cada motor leva o prefixo searchapi_.