Skip to main content
Glama

get_bind_link

Generate a single-use secure link, valid for 7 days, that the customer can follow to a Libertas bind-request page. The chat widget will usually render an inline 'Request Bind' card directly — prefer request_bind_inline for the in-chat flow. Use get_bind_link when the customer wants to leave the chat, finish on a different device, or have their final numbers emailed to them (pair it with the email offer during a long finishing wait). The bind link reveals the real carrier name (the only place it's revealed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quote_idYesThe quote session id.
option_idYesThe option the customer chose to bind, e.g. 'opt_home_a'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bind_urlNo
quote_idNo
option_idNo
expires_atNo
carrier_nameNo

TDQS

A4.5/5.0
Behavior4/5

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

The description adds behavioral context beyond annotations: the link is single-use, valid for 7 days, and reveals the real carrier name (the only place revealed). Annotations already indicate a mutation (readOnlyHint=false) and non-destructive, so the description complements well. No contradictions.

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

Conciseness5/5

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

The description is four sentences, each providing distinct information: first sentence states the core function, second sentence gives usage guidance with sibling tool, third sentence elaborates on use cases, fourth notes a unique property. No fluff, well-structured, and front-loaded with the most important info.

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

Completeness5/5

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

Given the tool's complexity (two required parameters, no enums, output schema present), the description covers all essential aspects: purpose, when to use, behavior (single-use, expiry), and a notable property. Annotations and schema are well-supported. No gaps in understanding how or when to invoke the tool.

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

Parameters3/5

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

Schema coverage is 100% (both parameters have descriptions). The description only mentions option_id with an example ('opt_home_a') which is already in the schema parameter description. It does not add meaningful new details beyond what the schema provides, so a baseline score of 3 is appropriate.

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 generates a single-use secure link for a bind-request page. The verb 'Generate' and resource 'bind link' are specific. It also distinguishes itself from sibling request_bind_inline by noting the alternative usage, which further clarifies its purpose.

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

Usage Guidelines5/5

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

The description explicitly provides when to use this tool versus request_bind_inline: prefer inline for in-chat, use get_bind_link when customer wants to leave chat, finish on another device, or have numbers emailed. It also mentions pairing it with email offer. This is thorough guidance with clear exclusions and alternatives.

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

A4.4/5.0
Disambiguation4/5

Each tool targets a distinct step in the quoting workflow (eligibility, start, update, status, options, details, binding, resume, lead capture). Some overlap exists between get_bind_link and request_bind_inline, but descriptions clarify usage. Overall clear.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (e.g., check_eligibility, get_quote_options, request_bind_inline). No mixing of conventions.

Tool Count5/5

11 tools cover the insurance quoting lifecycle well. The number is appropriate for the domain without being sparse or overwhelming.

Completeness4/5

The tool set covers the major steps: eligibility, quoting, status, options, updates, binding, and lead capture. Missing a quote cancellation or decline tool, but core workflows are complete.

Resources