Tool tree
Japanese castle information and visitor guides
search-castleAction
攻城団でお城を名前やキーワードで検索します
View tool JSON
{
"name": "search-castle",
"kind": "act",
"impl": "declarative",
"description": "攻城団でお城を名前やキーワードで検索します",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "検索したいお城の名前やキーワード(例:姫路城、桜、現存天守)"
}
},
"required": []
}
}