search_catalogAction
Search the Paulmann product catalog by keyword and view matching products.
View tool JSON
{
"name": "search_catalog",
"kind": "act",
"impl": "declarative",
"description": "Search the Paulmann product catalog by keyword and view matching products.",
"inputSchema": {
"type": "object",
"properties": {
"search": {
"type": "string",
"description": "Search term, e.g. a product name, category, or article number."
}
},
"required": []
}
}