{
"name": "searchapi_google_patents_details",
"description": "Google Patents Details results from SearchApi, as structured JSON.",
"input_schema": {
"type": "object",
"properties": {
"patent_id": {
"type": "string",
"description": "Patent identifier, e.g. patent/US11734097B1/en."
}
},
"required": [
"patent_id"
],
"examples": [
{
"patent_id": "sample_google_patents_details_patent_id"
}
]
}
}
この定義を自分のエージェントのツール配列に貼り付けてください。スキーマはこのエンジンのカタログ登録内容から生成され、設定した値はスキーマの examples に入ります。名前は MCP サーバーのものではなく私たちが決めたもので — あなたのエージェントが呼び出す名前です — どのエンジンも searchapi_ を接頭辞に持ちます。