Tool tree
Rajput family history, genealogy, and cultural archive
searchAction
Search for any content on the website.
View tool JSON
{
"name": "search",
"kind": "act",
"impl": "declarative",
"description": "Search for any content on the website.",
"inputSchema": {
"type": "object",
"properties": {
"search": {
"type": "string",
"description": "Search for provinces, people, pictures etc."
}
},
"required": [
"search"
]
}
}