Tool tree
A catalog of diesel engines, configurations, and repair kits, with specifications and consultation inquiries.
get_product_detailsAnswer
Gets full specifications, description, and available configurations for an engine or product page.
View tool JSON
{
"name": "get_product_details",
"kind": "answer",
"impl": "imperative",
"description": "Gets full specifications, description, and available configurations for an engine or product page.",
"inputSchema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The URL of the product or engine category page."
}
},
"additionalProperties": false
}
}list_product_categoriesAnswer
Lists engine series and repair kit categories available in the motor4u catalog.
View tool JSON
{
"name": "list_product_categories",
"kind": "answer",
"impl": "imperative",
"description": "Lists engine series and repair kit categories available in the motor4u catalog.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}list_productsAnswer
Lists products and engine configurations in the catalog or a specific category URL.
View tool JSON
{
"name": "list_products",
"kind": "answer",
"impl": "imperative",
"description": "Lists products and engine configurations in the catalog or a specific category URL.",
"inputSchema": {
"type": "object",
"properties": {
"category_url": {
"type": "string",
"description": "Optional category URL (e.g. https://motor4u.ru/product-category/motor236/)"
}
},
"additionalProperties": false
}
}request_consultationAction
Prepares an inquiry for engine consultation/quote and safely provides contact details and optional redirection.
View tool JSON
{
"name": "request_consultation",
"kind": "act",
"impl": "imperative",
"description": "Prepares an inquiry for engine consultation/quote and safely provides contact details and optional redirection.",
"inputSchema": {
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Specific questions or assembly requirements."
},
"navigate": {
"type": "boolean",
"description": "Whether to navigate the browser to the contact page (default: false)."
},
"product_name": {
"type": "string",
"description": "Name or model of the diesel engine or part of interest."
}
},
"additionalProperties": false
}
}