Tool tree
Gutter cleaning, moss removal, and exterior washing in Washington's South Sound, with service areas and quote requests.
get_company_infoAnswer
Retrieves contact details, business hours, and operational information for Legacy Gutter Cleaning.
View tool JSON
{
"name": "get_company_info",
"kind": "answer",
"impl": "imperative",
"description": "Retrieves contact details, business hours, and operational information for Legacy Gutter Cleaning.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
}
}get_service_areasAnswer
Retrieves the list of Pacific Northwest cities and deployment zones serviced by Legacy Gutter Cleaning.
View tool JSON
{
"name": "get_service_areas",
"kind": "answer",
"impl": "imperative",
"description": "Retrieves the list of Pacific Northwest cities and deployment zones serviced by Legacy Gutter Cleaning.",
"inputSchema": {
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "Optional city name to filter coverage"
}
},
"additionalProperties": false
}
}list_servicesAnswer
Lists exterior maintenance, gutter cleaning, moss removal, and pressure washing services offered by Legacy Gutter Cleaning.
View tool JSON
{
"name": "list_services",
"kind": "answer",
"impl": "imperative",
"description": "Lists exterior maintenance, gutter cleaning, moss removal, and pressure washing services offered by Legacy Gutter Cleaning.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Optional keyword to filter services"
}
},
"additionalProperties": false
}
}start_quote_requestAction
Initiates the quote request or crew deployment flow by navigating to the quote request interface.
View tool JSON
{
"name": "start_quote_request",
"kind": "act",
"impl": "imperative",
"description": "Initiates the quote request or crew deployment flow by navigating to the quote request interface.",
"inputSchema": {
"type": "object",
"properties": {
"service": {
"type": "string",
"description": "Optional service interest"
}
},
"additionalProperties": false
}
}