Tool tree
London's specialist Apple IT support for startups, studios and Mac-first businesses. Onboarding, Okta, MDM and Cyber Essentials Plus. 30-day rolling contracts.
page: Every page
book_callSensitive Action
Open the Stabilise booking popup so the user can schedule a free 30-minute consultation with Dustin Rhodes (Co-Founder). Use when the user wants to book, schedule, or arrange a meeting with Stabilise.
View tool JSON
{
"name": "book_call",
"kind": "transact",
"impl": "imperative",
"description": "Open the Stabilise booking popup so the user can schedule a free 30-minute consultation with Dustin Rhodes (Co-Founder). Use when the user wants to book, schedule, or arrange a meeting with Stabilise.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}request_contactSensitive Action
Submit a new enquiry to the Stabilise team on the user's behalf. Sends the same internal email and auto-confirmation as the website contact form. Only call this after the user has confirmed the details they want sent.
View tool JSON
{
"name": "request_contact",
"kind": "transact",
"impl": "imperative",
"description": "Submit a new enquiry to the Stabilise team on the user's behalf. Sends the same internal email and auto-confirmation as the website contact form. Only call this after the user has confirmed the details they want sent.",
"inputSchema": {
"type": "object",
"required": [
"name",
"email",
"helpWith",
"teamSize"
],
"properties": {
"name": {
"type": "string",
"description": "Full name of the person enquiring"
},
"email": {
"type": "string",
"description": "Reply-to email address"
},
"company": {
"type": "string",
"description": "Company or organisation (optional)"
},
"helpWith": {
"type": "string",
"description": "Short label for what they need help with (e.g. 'Apple IT Support', 'Infrastructure', 'Security review')."
},
"teamSize": {
"type": "string",
"description": "Approximate number of people in the team (e.g. '12', '25-50')."
},
"painPoint": {
"type": "string",
"description": "Free-text description of the current problem (optional)."
}
},
"additionalProperties": false
},
"page": "/"
}