Tool tree
Retail point of sale and store management software
open_regos_public_pageAction
Open an important public REGOS page.
View tool JSON
{
"name": "open_regos_public_page",
"kind": "act",
"impl": "imperative",
"description": "Open an important public REGOS page.",
"inputSchema": {
"type": "object",
"properties": {
"page": {
"type": "string",
"enum": [
"home",
"market",
"blog",
"price",
"contacts",
"regos_online"
],
"description": "Public REGOS page to open."
}
},
"required": [
"page"
],
"additionalProperties": false
},
"page": "/ru"
}search_regos_contentAnswer
Search REGOS website content including products, software pages, documentation, and blog articles.
View tool JSON
{
"name": "search_regos_content",
"kind": "answer",
"impl": "imperative",
"description": "Search REGOS website content including products, software pages, documentation, and blog articles.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "Search phrase in Russian or Uzbek."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/ru"
}search_regos_header_formAction
Search REGOS website for products, services, support information, and blog articles.
View tool JSON
{
"name": "search_regos_header_form",
"kind": "act",
"impl": "declarative",
"description": "Search REGOS website for products, services, support information, and blog articles.",
"inputSchema": {
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Search phrase for REGOS products, services, articles, or support information."
}
},
"required": []
},
"page": "/ru"
}search_regos_productsAnswer
Search the REGOS market catalog for equipment, software, consumables, product models, or SKUs.
View tool JSON
{
"name": "search_regos_products",
"kind": "answer",
"impl": "imperative",
"description": "Search the REGOS market catalog for equipment, software, consumables, product models, or SKUs.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "Product name, model, SKU, equipment type, or consumable type."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/ru"
}