{
"name": "searchapi_google_trends_trending_now_news",
"description": "Google Trends Trending Now News results from SearchApi, as structured JSON.",
"input_schema": {
"type": "object",
"properties": {
"news_token": {
"type": "string",
"description": "Token from a Trending Now result that fetches news related to the topic."
}
},
"required": [
"news_token"
],
"examples": [
{
"news_token": "sample_google_trends_trending_now_news_news_token"
}
]
}
}
この定義を自分のエージェントのツール配列に貼り付けてください。スキーマはこのエンジンのカタログ登録内容から生成され、設定した値はスキーマの examples に入ります。名前は MCP サーバーのものではなく私たちが決めたもので — あなたのエージェントが呼び出す名前です — どのエンジンも searchapi_ を接頭辞に持ちます。