bizinsured
Server Details
AI-powered commercial insurance carrier recommendations for small businesses.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.1/5 across 5 of 5 tools scored.
Each tool has a clearly distinct purpose with no overlap: classify_business identifies business types, connect_with_agent handles agent connections, explain_coverage explains coverage details, get_carrier_recommendations provides carrier options, and suggest_coverages recommends necessary coverages. The descriptions explicitly differentiate their roles, eliminating any ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case, such as classify_business, connect_with_agent, explain_coverage, get_carrier_recommendations, and suggest_coverages. This uniformity makes the set predictable and easy to understand for agents.
With 5 tools, the server is well-scoped for its purpose of commercial insurance assistance, covering key workflows from business classification to agent connection. Each tool earns its place without redundancy, fitting within the typical 3-15 tool range for focused domains.
The tool set covers core workflows like classification, recommendations, and agent handoff, but lacks explicit update or deletion operations for user data or policies. However, this is reasonable given the server's advisory focus, and agents can work around minor gaps with the provided tools.
Available Tools
5 toolsclassify_businessAInspect
Takes a natural language business description and returns matched class codes (NAICS, ISO GL, NCCI WC). Always call this first to understand the user's business type before making recommendations.
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter state code | |
| business_description | Yes | User's description of their business |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It successfully indicates the return values (class codes), but lacks information on whether this is a read-only operation, what happens when no matches are found, potential rate limits, or authentication requirements. Adequate but with clear gaps for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with zero waste: the first explains inputs/outputs and the second provides workflow positioning. Every word earns its place; the description is front-loaded with the core function and follows with usage guidance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of an output schema, the description appropriately discloses the return values (class codes). With only two simple parameters and 100% schema coverage, the description successfully covers the tool's primary function and workflow role. Minor gap: does not address error handling or ambiguous input behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, establishing a baseline of 3. The description adds the qualifier 'natural language' regarding the business_description parameter, which provides useful semantic context about the expected input format (free text vs. structured data), but this is a modest addition given the comprehensive schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verbs ('takes' and 'returns') and clearly identifies the resource (business description) and output (NAICS, ISO GL, NCCI WC class codes). It distinguishes itself from sibling recommendation tools (get_carrier_recommendations, suggest_coverages) by explicitly positioning itself as the prerequisite step in the workflow.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit workflow guidance: 'Always call this first... before making recommendations.' This clearly defines when to use the tool relative to siblings and establishes it as a mandatory first step in the business classification workflow, effectively guiding the agent's tool selection sequence.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
connect_with_agentCInspect
Generates a handoff to connect the user with a matched independent agent.
| Name | Required | Description | Default |
|---|---|---|---|
| user_state | Yes | ||
| risk_profile | Yes | ||
| user_zip_code | Yes | ||
| recommended_carriers | No | ||
| user_contact_preference | No | either |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure but fails to explain what 'handoff' means operationally (e.g., scheduling a call, creating a CRM ticket, transferring chat context), whether the operation is idempotent, or what data persistence occurs. The term 'generates' implies a write operation but lacks specifics on side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with no redundant words. However, given the tool's complexity (nested objects, 5 parameters, business-critical handoff function), it may be overly terse rather than appropriately concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with complex input schema, no output schema, and no annotations, the description is insufficient. It omits expected return values, error conditions (e.g., what if no agents are available), and lacks explanation of the nested risk_profile structure which is critical for successful invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage and a complex nested 'risk_profile' object containing 10 fields, the description provides no guidance on parameter meanings, formats, or relationships. It neither lists the required parameters (user_state, user_zip_code, risk_profile) nor explains the business logic of how these fields drive the matching algorithm.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb phrase ('generates a handoff') and identifies the resource (matched independent agent) clearly. It distinguishes from siblings like 'classify_business' or 'get_carrier_recommendations' by focusing on human connection rather than automated processing or data retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'get_carrier_recommendations' or 'suggest_coverages'. It fails to mention prerequisites (e.g., whether classification should happen first) or when handoff is preferable to automated recommendations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
explain_coverageBInspect
Explains a commercial insurance coverage type in plain language.
| Name | Required | Description | Default |
|---|---|---|---|
| coverage_type | Yes | ||
| business_context | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden of behavioral disclosure. It adds value by specifying 'in plain language' (indicating simplification of technical jargon), but fails to disclose whether this is a read-only operation, if it requires specific permissions, or what output format to expect (string, object, etc.).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence of nine words with no filler. The description is efficiently front-loaded and appropriately sized for the tool's apparent simplicity, though brevity comes at the cost of parameter documentation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 0% schema coverage, no output schema, and no annotations, the description is underspecified. It fails to document the 'business_context' parameter or indicate return value structure, leaving the agent without sufficient information to invoke the tool correctly without guessing parameter semantics.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, requiring the description to compensate. While 'coverage type' is implicitly referenced in the description text, 'business_context' (the optional second parameter) is completely undocumented. No guidance on valid values, formats, or when to provide the optional context is given.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'Explains a commercial insurance coverage type' using specific verb and resource. However, it does not explicitly differentiate from sibling 'suggest_coverages' (which could also involve explanatory content), leaving potential ambiguity about whether to use this for education vs. recommendation scenarios.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance provided on when to use this tool versus alternatives like 'suggest_coverages' or 'classify_business'. There is no mention of prerequisites, conditions, or workflow positioning (e.g., use this after classification but before carrier selection).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_carrier_recommendationsCInspect
Returns ranked carrier recommendations with estimated premium ranges for a small commercial risk.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| zip_code | No | ||
| naics_code | Yes | ||
| has_alcohol | No | ||
| iso_gl_code | No | ||
| has_delivery | No | ||
| prior_losses | No | ||
| vehicle_count | No | ||
| annual_revenue | Yes | ||
| employee_count | No | ||
| square_footage | No | ||
| desired_coverages | Yes | ||
| years_in_business | No | ||
| business_description | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions outputs are 'ranked' and include 'estimated premium ranges,' but fails to disclose whether this is a read-only lookup, if it generates a quote record, rate limits, or error conditions when no carriers match.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core action. While appropriately sized for a simple tool, it is arguably too terse given the high parameter count and zero schema documentation.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 14 undocumented parameters, no annotations, and no output schema, the description is insufficient. It does not explain the domain concepts (NAICS vs ISO codes), required vs optional fields, or the expected return structure beyond 'ranked carriers'.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage across 14 parameters, and the description fails to compensate by explaining any inputs. Critical required parameters like 'naics_code', 'iso_gl_code', and 'desired_coverages' enums are not mentioned, leaving agents without guidance on what data to provide.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns ranked carrier recommendations with estimated premium ranges for small commercial risks, using specific verbs and identifying the resource. However, it does not explicitly differentiate from siblings like 'suggest_coverages' or 'classify_business', though the scope is distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (like needing a classified business first), when to prefer 'connect_with_agent' instead, or what constitutes a valid 'small commercial risk'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
suggest_coveragesCInspect
Suggests which insurance coverages a business likely needs, ranked by importance.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | ||
| vertical | No | ||
| naics_code | No | ||
| serves_food | No | ||
| has_vehicles | No | ||
| does_delivery | No | ||
| employee_count | No | ||
| serves_alcohol | No | ||
| business_description | Yes | ||
| handles_customer_data | No | ||
| has_physical_location | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It adds valuable behavioral context by specifying results are 'ranked by importance,' but fails to disclose safety profile (read-only vs. destructive), return format structure, or whether suggestions are stored/persisted.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The single sentence is efficient with no waste, front-loading the core action. However, given the high parameter count (11) and lack of annotations/output schema, the brevity is insufficient rather than admirably concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 11 parameters, 0% schema coverage, no annotations, and no output schema, the description is incomplete. It omits return value structure, parameter interactions (e.g., how 'serves_alcohol' affects suggestions), and business logic prerequisites.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage across 11 parameters, the description needed to compensate significantly but mentions none of the specific boolean flags (serves_food, has_vehicles, etc.) or codes (naics_code, vertical). It only implies a 'business' context generically, leaving critical parameters like 'handles_customer_data' undocumented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'Suggests which insurance coverages a business likely needs' with specific output formatting 'ranked by importance.' However, it does not explicitly differentiate from siblings like 'explain_coverage' (which explains specific coverages) or 'classify_business' (which likely determines business type).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'classify_business' (potentially a prerequisite) or 'get_carrier_recommendations.' It lacks prerequisites, exclusions, or conditional logic for when this tool is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!