Tool tree
page: Every page
get_britecity_servicesAnswer
Returns information about BRITECITY's IT services, including managed IT, cybersecurity, cloud services, and consulting. BRITECITY is an Orange County, CA managed service provider (MSP).
View tool JSON
{
"name": "get_britecity_services",
"kind": "answer",
"impl": "imperative",
"description": "Returns information about BRITECITY's IT services, including managed IT, cybersecurity, cloud services, and consulting. BRITECITY is an Orange County, CA managed service provider (MSP).",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}lookup_knowledgeAnswer
Looks up public BRITECITY / BRITEBOT knowledge about managed IT services, pricing framing, SLAs, and Orange County coverage. Use before inventing company facts. If unanswered, send the human to /britebot/ask.
View tool JSON
{
"name": "lookup_knowledge",
"kind": "answer",
"impl": "imperative",
"description": "Looks up public BRITECITY / BRITEBOT knowledge about managed IT services, pricing framing, SLAs, and Orange County coverage. Use before inventing company facts. If unanswered, send the human to /britebot/ask.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Optional search terms (e.g. \"response time\", \"pricing\", \"Orange County\")."
}
},
"additionalProperties": false
},
"page": "/"
}navigate_to_pageAction
Navigates the browser to a BRITECITY site path (for example /book-a-call, /it-health-check, /solutions/managed-it-services). Only same-origin public paths are allowed.
View tool JSON
{
"name": "navigate_to_page",
"kind": "act",
"impl": "imperative",
"description": "Navigates the browser to a BRITECITY site path (for example /book-a-call, /it-health-check, /solutions/managed-it-services). Only same-origin public paths are allowed.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site path starting with / (e.g. \"/book-a-call\")."
}
},
"required": [
"path"
],
"additionalProperties": false
},
"page": "/"
}open_book_a_callSensitive Action
Opens the on-page #book form when the visitor is already on /pricing or another money-form URL. Otherwise opens /book-a-call for a 30-minute call with the Irvine team.
View tool JSON
{
"name": "open_book_a_call",
"kind": "transact",
"impl": "imperative",
"description": "Opens the on-page #book form when the visitor is already on /pricing or another money-form URL. Otherwise opens /book-a-call for a 30-minute call with the Irvine team.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}page: It health check
run_it_health_scanAction
Runs a free IT security health scan on a domain. Checks DNS, email security (SPF/DKIM/DMARC), SSL certificates, HTTP headers, and open ports. Returns a letter grade (A-F) with findings. BRITECITY is an Orange County MSP that provides this scan as a free service.
View tool JSON
{
"name": "run_it_health_scan",
"kind": "act",
"impl": "imperative",
"description": "Runs a free IT security health scan on a domain. Checks DNS, email security (SPF/DKIM/DMARC), SSL certificates, HTTP headers, and open ports. Returns a letter grade (A-F) with findings. BRITECITY is an Orange County MSP that provides this scan as a free service.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "The domain to scan (e.g., \"acme.com\"). Do not include http:// or www.",
"pattern": "^[a-z0-9]([a-z0-9-]*[a-z0-9])?(\\.[a-z]{2,})+$"
}
},
"required": [
"domain"
],
"additionalProperties": false
},
"page": "/it-health-check"
}get_it_health_scan_resultsAnswer
Returns the results of the most recent IT health scan, including grade, score, and detailed findings for DNS, email security, SSL, headers, and ports.
View tool JSON
{
"name": "get_it_health_scan_results",
"kind": "answer",
"impl": "imperative",
"description": "Returns the results of the most recent IT health scan, including grade, score, and detailed findings for DNS, email security, SSL, headers, and ports.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/it-health-check"
}