Skip to main content
Glama

offsets__buy_offset_budget

Retire the maximum cheapest verified carbon offsets within a fixed budget. Never overspends; idempotent; dry_run previews without mutation.

Instructions

[offsets — verified-credit carbon offset clearinghouse] Money-denominated offset purchase: retire the maximum cheapest-first verified mass whose exact cost fits inside budget_minor (never overspends). Built for callers whose restoration obligation is a currency amount — e.g. a revenue share accrued in a ledger. Idempotent on purchase_id; dry_run=true previews without mutating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buyerYes
dry_runNo
purchase_idYes
budget_minorYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.12
  2. Removedv0.1.11
  3. Changed5 schema fields changedv0.1.9
    • removedInput schema / properties / budget_minor / title
      Removed value: -"Budget Minor"
    • removedInput schema / properties / buyer / title
      Removed value: -"Buyer"
    • removedInput schema / properties / dry_run / title
      Removed value: -"Dry Run"
    • removedInput schema / properties / purchase_id / title
      Removed value: -"Purchase Id"
    • removedInput schema / title
      Removed value: -"buy_offset_budgetArguments"
  4. Changed5 schema fields changed
    • addedInput schema / properties / budget_minor / title
      Added value: +"Budget Minor"
    • addedInput schema / properties / buyer / title
      Added value: +"Buyer"
    • addedInput schema / properties / dry_run / title
      Added value: +"Dry Run"
    • addedInput schema / properties / purchase_id / title
      Added value: +"Purchase Id"
    • addedInput schema / title
      Added value: +"buy_offset_budgetArguments"
  5. Changed5 schema fields changed
    • removedInput schema / properties / budget_minor / title
      Removed value: -"Budget Minor"
    • removedInput schema / properties / buyer / title
      Removed value: -"Buyer"
    • removedInput schema / properties / dry_run / title
      Removed value: -"Dry Run"
    • removedInput schema / properties / purchase_id / title
      Removed value: -"Purchase Id"
    • removedInput schema / title
      Removed value: -"buy_offset_budgetArguments"
  6. 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 full responsibility. It discloses key behavioral traits: idempotent on purchase_id, dry_run for preview without mutation, and a guarantee of never overspending. Missing details on failure modes but sufficient for safe invocation.

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 a single, dense paragraph that efficiently conveys purpose, constraint, use case, idempotency, and dry_run. No wasted sentences; front-loaded with core information.

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 tool's moderate complexity (4 params, no output schema, no annotations), the description covers the essential interactions: budget-based purchase, idempotency, dry_run. Lacks details on error handling or return values but adequate for agent decision-making.

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 0% (no parameter descriptions), so the description must compensate. It explains budget_minor as the cost limit and dry_run as preview, but does not elaborate on buyer or purchase_id. Baseline 3 given partial 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 identifies the tool as a money-denominated offset purchase that retires the maximum cheapest-first verified mass within a budget never overspending. It distinguishes itself from generic purchase tools by focusing on budget-based retirement for currency obligations.

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?

The description explicitly states it is built for callers with a currency amount obligation, providing a clear use case. It mentions idempotency and dry_run but does not explicitly contrast with siblings like offsets__buy_offset or when not to use.

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

Deploy Server

Other Tools