Tool tree
Motorcycle news, reviews, and specifications
search_articlesAction
Search otorider.com articles by keyword and navigate to the results page.
View tool JSON
{
"name": "search_articles",
"kind": "act",
"impl": "declarative",
"description": "Search otorider.com articles by keyword and navigate to the results page.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Keyword to search for."
}
},
"required": []
}
}