Skip to main content
Glama

get_bond

Get the full encyclopedia entry for one specific surety bond: summaries, step-by-step application instructions, eligibility requirements, FAQs, the government agency that requires the bond, and the bond's application and instant-pricing page. Always give the person the apply_and_pricing_url from the response. Use search_bonds first to find the exact names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYesFull state name, e.g. 'North Carolina'.
bond_nameYesExact bond name as returned by search_bonds.
jurisdictionYesExact jurisdiction as returned by search_bonds, e.g. 'Mecklenburg County, NC'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the return payload in detail (summaries, application steps, eligibility, FAQs, requiring agency, pricing page) and adds an operational obligation to surface apply_and_pricing_url — valuable behavioral context. It stops short of stating error/not-found behavior or any access constraints.

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?

Front-loads the purpose in the first clause, then enumerates the returned contents and ends with the two behavioral instructions (always surface the URL, search first). Every sentence earns its place with no redundancy.

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

Completeness4/5

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

With no output schema, the description usefully compensates by enumerating what the response contains. The one remaining gap for a required-parameter lookup tool is what happens when the bond or jurisdiction does not resolve, which is not addressed.

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 description coverage is 100%, so all three parameters are already documented in the schema with examples. The description reinforces that bond_name must be an exact name from search_bonds but adds no format or syntax detail beyond what the schema supplies, so the baseline 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?

States a specific verb (Get) and resource (the full encyclopedia entry for one specific surety bond), then enumerates the contents so the agent knows exactly what comes back. It is clearly distinguishable from the sibling search_bonds, which it names as the discovery step rather than the detail step.

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

Usage Guidelines4/5

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

Gives an explicit prerequisite: 'Use search_bonds first to find the exact names,' and implicitly positions itself as the follow-up detail call versus the sibling search tool. It does not state a when-not condition (e.g., what to do if the bond is not found), so it falls short of the full when/when-not/alternatives standard.

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.