Tool tree
IT services and managed support for businesses in Albenga and Savona, including networks, Microsoft 365, backup, security, and VoIP.
get_company_infoAnswer
Get ArtInformatica business profile, official contacts (phone, email, office address), operating hours, service coverage areas, support portal, and general IT FAQs.
View tool JSON
{
"name": "get_company_info",
"kind": "answer",
"impl": "imperative",
"description": "Get ArtInformatica business profile, official contacts (phone, email, office address), operating hours, service coverage areas, support portal, and general IT FAQs.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}initiate_contactSensitive Action
Initiate a free IT assessment or consultation request via email or telephone.
View tool JSON
{
"name": "initiate_contact",
"kind": "transact",
"impl": "imperative",
"description": "Initiate a free IT assessment or consultation request via email or telephone.",
"inputSchema": {
"type": "object",
"properties": {
"method": {
"enum": [
"email",
"phone"
],
"type": "string",
"description": "Contact method preference (default: email)"
},
"message": {
"type": "string",
"description": "Details of your company needs or IT infrastructure inquiry"
},
"subject": {
"type": "string",
"description": "Subject of the consultation or quote request"
}
},
"additionalProperties": false
}
}list_msp_plansAnswer
List the Managed Service Provider (MSP) recurring IT support plans (Base, Business, Full Managed) with descriptions, highlighted features, and inquiry CTAs.
View tool JSON
{
"name": "list_msp_plans",
"kind": "answer",
"impl": "imperative",
"description": "List the Managed Service Provider (MSP) recurring IT support plans (Base, Business, Full Managed) with descriptions, highlighted features, and inquiry CTAs.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}list_servicesAnswer
List all specialized IT solutions and managed services offered by ArtInformatica (VoIP Wildix, Microsoft 365, Video Surveillance, Managed WiFi, On-site IT assistance, etc.).
View tool JSON
{
"name": "list_services",
"kind": "answer",
"impl": "imperative",
"description": "List all specialized IT solutions and managed services offered by ArtInformatica (VoIP Wildix, Microsoft 365, Video Surveillance, Managed WiFi, On-site IT assistance, etc.).",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}open_serviceAction
Navigate to a specific service or solution page on the ArtInformatica website.
View tool JSON
{
"name": "open_service",
"kind": "act",
"impl": "imperative",
"description": "Navigate to a specific service or solution page on the ArtInformatica website.",
"inputSchema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The target service page URL to navigate to (e.g. https://artinformatica.it/microsoft365/)"
}
},
"additionalProperties": false
}
}