Skip to main content
Glama

Bootstrap Sandbox Guardrail

paybond_bootstrap_sandbox_guardrail

Create a sandbox guardrail intent to test paid-tool integrations without live settlement. Use for bootstrapping and validating spend authorization in non-production.

Instructions

Use this when building or testing a first paid-tool integration and you need a sandbox-only guardrail intent with no live settlement rails. Do not use this for production live money movement or already-created Harbor intents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNoOptional ISO currency code; defaults at the gateway.
metadataNo
operationYesDelegated operation or paid tool name.
evidence_schemaNo
idempotency_keyNo
requested_spend_centsYesSandbox spend amount in cents to authorize for the sample tool call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
intent_idYes
operationYes
tenant_idYes
settlement_modeNo
settlement_railNo
capability_tokenYes
requested_spend_centsYes
sandbox_lifecycle_statusYes
Behavior3/5

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

Annotations already provide the safety profile (non-destructive, open world). The description adds little beyond stating it's sandbox-only with no settlement rails. No contradictions, but more behavioral context (e.g., what happens on failure) would help.

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?

Two sentences with zero waste. Front-loaded with the primary usage scenario, immediately telling the agent when to invoke the tool.

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?

Given the availability of an output schema and the tool's focused purpose (sandbox guardrail), the description provides sufficient context. It could be improved by briefly mentioning the required parameters (operation, requested_spend_cents).

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

Parameters2/5

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

The input schema has 6 parameters with 50% description coverage (2 out of 6 are described in schema). The tool description does not add any parameter-level meaning, failing to compensate for the schema coverage gap.

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 purpose: creating a sandbox-only guardrail intent for first paid-tool integration. It uses a specific verb+resource and distinguishes from production usage, making it clear to an agent.

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?

Explicitly states when to use (building/testing first integration) and when not to use (production live money movement, already-created Harbor intents). However, it does not name specific alternative sibling tools, which would improve score.

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/nonameuserd/paybond-kit'

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