navigateToCatalogSearchAction
Fill the visible site search form. The user reviews and submits it to open full search results.
View tool JSON
{
"name": "navigateToCatalogSearch",
"kind": "act",
"impl": "declarative",
"description": "Fill the visible site search form. The user reviews and submits it to open full search results.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Product, brand, category, comparison, or article to search for."
}
},
"required": []
}
}search_catalogAnswer
Search this site catalog and return compact canonical product results without navigating.
View tool JSON
{
"name": "search_catalog",
"kind": "answer",
"impl": "imperative",
"description": "Search this site catalog and return compact canonical product results without navigating.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"maxLength": 120,
"description": "Product, brand, or model name."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 6,
"description": "Maximum number of products to return."
}
},
"required": [
"query"
]
}
}summarize_current_pageAnswer
Return the canonical identity, description, structured-data types, and breadcrumbs for the current page.
View tool JSON
{
"name": "summarize_current_page",
"kind": "answer",
"impl": "imperative",
"description": "Return the canonical identity, description, structured-data types, and breadcrumbs for the current page.",
"inputSchema": {
"type": "object",
"properties": {}
}
}