Tool tree
Get small business insurance help from Kinro: compare coverage, prepare quote details, and move toward a cleaner licensed-agent conversation.
ask_kinro_insurance_questionAction
Ask Kinro a business insurance question and show the answer in the visible chat.
View tool JSON
{
"name": "ask_kinro_insurance_question",
"kind": "act",
"impl": "declarative",
"description": "Ask Kinro a business insurance question and show the answer in the visible chat.",
"inputSchema": {
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "A question about business insurance, coverage, quotes, policies, certificates, or renewals."
}
},
"required": [
"message"
]
}
}find_insurance_guidanceAction
Find and open the most relevant published Kinro industry or coverage guide for a U.S. small business.
View tool JSON
{
"name": "find_insurance_guidance",
"kind": "act",
"impl": "imperative",
"description": "Find and open the most relevant published Kinro industry or coverage guide for a U.S. small business.",
"inputSchema": {
"type": "object",
"properties": {
"businessType": {
"type": "string",
"minLength": 2,
"maxLength": 160,
"description": "The type of small business or work performed, such as lawn care, restaurant, consultant, or electrician."
},
"coverage": {
"type": "string",
"maxLength": 160,
"description": "Optional insurance coverage or concern, such as general liability, workers compensation, commercial auto, or cyber."
}
},
"required": [
"businessType"
],
"additionalProperties": false
}
}start_business_insurance_quoteAction
Enter a business activity and open Kinro's visible insurance quote flow. This does not submit contact information or request binding.
View tool JSON
{
"name": "start_business_insurance_quote",
"kind": "act",
"impl": "declarative",
"description": "Enter a business activity and open Kinro's visible insurance quote flow. This does not submit contact information or request binding.",
"inputSchema": {
"type": "object",
"properties": {
"business_activity": {
"type": "string",
"description": "The business's primary activity or the type of work it performs."
}
},
"required": [
"business_activity"
]
}
}