Skip to main content
Glama

Fund work at a place you name: the plan, and why it is not live yet

regen_provisioning_subscription_quote
Read-onlyIdempotent

The regenerative provisioning subscription, BUILT AND OFF. Someone picks an amount from $1 to $1,000 and a period (day or month) and names a place; this tool returns the plan: exactly which OPEN, unfunded, claimable packets at that place the money would back, in the board's own order, at the board's own prices, never over the amount, with the remainder carried, plus the place's Standing link and every reason it is not live. Call it with no arguments for the product and the ladder. NOTHING CHARGES: there is no payment path on any of these routes, no store and no scheduler, and the lane refuses on its own kill file and its own lane state. Free, keyless, read-only. This funds work at a place you name. It buys no token. It promises no return. Standing is earned by the work, never by the payment. Cancel any time; what was funded stays funded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
placeNoA place label string, or an object { lat, lng, radiusKm } naming a coordinate cluster.
amountNoWhole dollars, 1 to 1000. Omit for the product and the ladder only.
periodNo"day" or "month".
walletNoThe subscriber's OWN 0x address, used for receipts and for reading Standing. Never custody.
holdEcowealthOptInNoRecord that the subscriber wants to hold ECOWEALTH in their own wallet. A preference only: we never hold, price, or issue a token.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
toolNo
fundedNo
payUsdNo
workIdNo
claimIdNo
claimableNo
next_callNo
proofRuleNo
fulfillableByNo
definitionOfDoneNo
needs_from_callerNo
notClaimableReasonNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description goes well beyond this by stating there is no payment path, no store, no scheduler, no custody, and that the lane refuses based on its own kill file and lane state, plus the cancellation behavior.

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?

Although the description is long, every sentence earns its place by adding a distinct behavioral or usage fact. The core function is front-loaded, and the additional assurances about no charge, no token, no return, and no custody are directly relevant to correct invocation and expectation-setting.

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?

The description is complete given the rich schema, output schema, and annotations. It covers argument combinations, no-argument behavior, the absence of payment paths, Standing semantics, and cancellation outcomes, leaving an agent with everything needed to call the tool correctly.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful semantics beyond the schema: amount range and whole-dollar constraint, period choices, place-as-coordinate-cluster, wallet being the subscriber's own address used for receipts and Standing, and the opt-in being preference-only with no token custody.

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 function: it returns a plan showing exactly which open, unfunded packets at a named place a subscription amount would back, in the board's order and at the board's prices. It also explicitly distinguishes this from a live charge or status tool by emphasizing that nothing charges and it is read-only.

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 gives clear context on when to call the tool and even notes the no-argument call for the product and ladder. It does not explicitly name sibling tools or state when not to use them, but the usage scope is well-defined and easy to apply.

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.

Resources