Skip to main content
Glama

bizinsured

get_carrier_recommendations

Returns ranked carrier recommendations with estimated premium ranges for a small commercial risk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYes
zip_codeNo
naics_codeYes
has_alcoholNo
iso_gl_codeNo
has_deliveryNo
prior_lossesNo
vehicle_countNo
annual_revenueYes
employee_countNo
square_footageNo
desired_coveragesYes
years_in_businessNo
business_descriptionNo

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It mentions returning data but does not explicitly state read-only status, side effects, permissions, or limitations. The lack of such details is a gap for a tool with no other transparency signals.

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, front-loaded sentence with no wasted words. It is concise and clear, though it sacrifices depth for brevity. The structure is appropriate for a simple message, but not for a tool of this complexity.

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

Completeness1/5

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

The tool has a complex schema with 14 parameters, no annotations, and no output schema, yet the description is only one line. It fails to explain input requirements, output format, or the meaning of 'small commercial risk', making it grossly incomplete for effective use.

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 description coverage is 0%, and the description does not compensate. It mentions none of the 14 parameters, including required ones like naics_code, state, annual_revenue, and desired_coverages. The phrase 'small commercial risk' provides vague context but no meaningful parameter semantics.

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 returns ranked carrier recommendations with estimated premium ranges for a small commercial risk. This verb+resource combination distinguishes it from siblings like suggest_coverages or classify_business.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool vs alternatives. The description does not mention use cases, prerequisites, or exclusions, leaving the agent without context for selection.

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