Skip to main content
Glama

surety__price_bond

Compute a surety bond premium from counterparty performance metrics. Completed bonds and deliveries lower the rate; slashes raise it or decline coverage.

Instructions

[surety — bonding + ruling-gated slashing (risk transfer)] Underwrite a surety bond: deterministic actuarial premium quote from a counterparty's track record (attestations, notarized deliveries, completed bonds lower the rate; slashes raise it or decline outright). Integer-only model uw-v1; the returned quote_hash lets any party recompute and verify the quote. Pure — never mutates bond state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slashesNo
attestationsNo
duration_daysYes
slashed_minorNo
coverage_minorYes
bonds_completedNo
successful_deliveriesNo
Behavior4/5

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

The description declares the tool is pure (never mutates bond state), deterministic, and returns a quote_hash for verification. With no annotations provided, it provides adequate behavioral disclosure, though it omits authentication or rate limit details.

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 concise, front-loaded with a domain tag, and packs significant information into a single sentence. It could be slightly more structured, but every sentence adds value.

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

Completeness3/5

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

Given the tool's complexity (7 parameters, no output schema, no annotations), the description covers the core logic and output (quote_hash) but lacks details on return format, error handling, and edge cases. It suffices for basic understanding but not full context.

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

Parameters4/5

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

The description explains how attestations, successful deliveries, completed bonds, and slashes affect the quote, adding context beyond the bare parameter names. However, it does not mention the 'slashed_minor' parameter, leaving a small gap in coverage.

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 underwrites a surety bond by providing a deterministic actuarial premium quote based on counterparty track record. It distinguishes itself from siblings by being pure (read-only) and never mutating bond state.

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 getting a premium quote before posting a bond, but does not explicitly state when to use this tool versus alternatives like surety__post_bond or surety__slash_bond. No when-not-to-use conditions are provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdhart81/viridis-agent-fleet'

If you have feedback or need assistance with the MCP directory API, please join our Discord server