{
"name": "searchapi_tiktok_profile",
"description": "TikTok Profile results from SearchApi, as structured JSON.",
"input_schema": {
"type": "object",
"properties": {
"username": {
"type": "string",
"description": "TikTok username (without @) to fetch the profile for."
}
},
"required": [
"username"
],
"examples": [
{
"username": "sample_creator"
}
]
}
}
この定義を自分のエージェントのツール配列に貼り付けてください。スキーマはこのエンジンのカタログ登録内容から生成され、設定した値はスキーマの examples に入ります。名前は MCP サーバーのものではなく私たちが決めたもので — あなたのエージェントが呼び出す名前です — どのエンジンも searchapi_ を接頭辞に持ちます。