Skip to main content
Glama

Swarmspace

Optionally sponsor an existing request

sponsor_developer_request

Create an invoice only when you intend and are authorized to contribute. Payment increases priority after verification; it never guarantees implementation. Closed requests cannot receive new sponsorships. Send a fresh UUID idempotency_key per contribution; reuse it unchanged when retrying. An optional agent bearer token attributes the contribution. USDC requires payer_address. Amount is a two-decimal string from 1.00 to 10000.00, quoted in USD; USDC uses nominal 1:1 valuation. Public; no authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
currencyNoUSD
providerYes
payer_addressNo
idempotency_keyYes
developer_request_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
fundingYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the annotations it discloses substantial behavior: payment raises priority only after verification and never guarantees implementation, closed requests reject new sponsorships, USDC requires payer_address, USDC is valued nominally 1:1, the contribution can be attributed via an optional agent bearer token, and the endpoint is public with no auth. The idempotency protocol (fresh UUID per contribution, reuse on retry) explains the caller-side handling behind idempotentHint=false rather than contradicting it.

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?

Six tight sentences, front-loaded with the authorization/intent guard, then constraints, then per-parameter mechanics. Every sentence carries a distinct rule; there is no filler or repetition of the schema's type 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?

An output schema exists, so return values need no explanation, and the description covers the authorization, idempotency, provider, and closed-request edges an agent must respect before paying. Minor gaps remain (what the token is, whether contributions are reversible/refundable), but nothing essential to invoking it correctly is missing.

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?

With 0% schema description coverage the description must compensate, and it does for amount (two-decimal string 1.00–10000.00, USD, 1:1 for USDC), idempotency_key (fresh UUID, reused on retry), provider-specific payer_address for USDC, and the token-based attribution. The currency const and the exact developer_request_id format are left to the schema, but the meaningful semantics are covered.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description frames the tool as creating an invoice/contribution toward a developer request and mentions sponsorship constraints, but never states plainly 'sponsor a developer request' as a single verb+resource pair. The title carries that load, and no sibling (e.g., vote_developer_request) is named or contrasted, so differentiation is left to inference.

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?

It gives clear preconditions: only when 'you intend and are authorized to contribute', and closed requests cannot receive new sponsorships. It also says how to retry (reuse the idempotency_key unchanged). It stops short of naming alternatives like vote_developer_request or claim_crypto_funding, so routing between sibling money-related tools is not explicit.

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