Skip to main content
Glama

bizinsured

suggest_coverages

Suggests which insurance coverages a business likely needs, ranked by importance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes
verticalNo
naics_codeNo
serves_foodNo
has_vehiclesNo
does_deliveryNo
employee_countNo
serves_alcoholNo
business_descriptionYes
handles_customer_dataNo
has_physical_locationNo

TDQS

B3/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description carries full burden. It mentions ranking by importance but does not disclose how suggestions are determined, what inputs are used, what output format to expect, or any limitations. This is insufficient for a tool with no annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded with the main purpose and includes a key behavioral detail (ranking). It is concise and easily readable, though it could benefit from a bit more detail without losing efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 11 parameters, no output schema, and no annotations, this short description is incomplete. It lacks guidance on how to use the inputs, what the output looks like, and any behavioral caveats. More detail is needed for an agent to use it effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description provides no information about any of the 11 parameters. It doesn't even hint that business_description and state are required or how they influence suggestions. The description adds no meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: it suggests insurance coverages needed by a business, specifically 'ranked by importance.' This distinguishes it from siblings like classify_business (classification) and get_carrier_recommendations (carrier recommendations).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for obtaining coverage recommendations but does not explicitly state when to use it vs alternatives or any exclusions. No context about prerequisites or overlapping tool usage is given, so it's only implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.3/5.0
Disambiguation5/5

Each tool has a distinct purpose: classification, coverage suggestions, explanations, carrier recommendations, and agent handoff. There is no overlap between tools; even the recommendation-focused tools operate on different layers (coverage vs. carrier).

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (classify_business, connect_with_agent, explain_coverage, get_carrier_recommendations, suggest_coverages). The naming is predictable and clearly indicates the action and target.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of guiding small businesses through insurance discovery and connection. Each tool serves a necessary step in the workflow, and none feel redundant or excessive.

Completeness5/5

The tool set covers the full journey from business classification to coverage suggestions, educational explanations, carrier recommendations, and human agent handoff. No obvious missing capabilities for the stated purpose of the server.

Resources