Tool tree
Property insurance products and agent information
orion180_agent_locatorAnswer
Find insurance agents or coverage availability by state or ZIP code
View tool JSON
{
"name": "orion180_agent_locator",
"kind": "answer",
"impl": "imperative",
"description": "Find insurance agents or coverage availability by state or ZIP code",
"inputSchema": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "State abbreviation (e.g. FL, NC) or 5-digit ZIP code"
}
},
"required": [
"location"
]
}
}orion180_site_searchAnswer
Search insurance products, agent resources, coverage information, and articles on Orion180
View tool JSON
{
"name": "orion180_site_search",
"kind": "answer",
"impl": "imperative",
"description": "Search insurance products, agent resources, coverage information, and articles on Orion180",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search keyword or query question"
}
},
"required": [
"query"
]
}
}site_wide_search_formAction
Search products, agent resources, coverage information, and articles on Orion180
View tool JSON
{
"name": "site_wide_search_form",
"kind": "act",
"impl": "declarative",
"description": "Search products, agent resources, coverage information, and articles on Orion180",
"inputSchema": {
"type": "object",
"properties": {
"search_api_fulltext": {
"type": "string",
"description": "Search query keyword or question"
}
},
"required": [
"search_api_fulltext"
]
}
}