Skip to main content
Glama

FirstKey

get_fuel_link

Get the FirstKey Fuel payment link for a principal: a human pays by card (Stripe) and cycles land in the agent's wallet — the sovereign refuel path when the free faucet grant or deploy pool is exhausted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
principalYesThe agent's ICP principal to refuel.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does add meaningful context: the payment is made by a human via Stripe and cycles land in the wallet. However, it leaves some behavioral details unspecified, such as link expiration, any wallet prerequisites, and whether generating the link has side effects beyond producing a payment link.

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, front-loaded sentence that states the action first, then adds the payment mechanism and usage context. There is no filler, no restating of the schema, and every clause earns its place.

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?

For a one-parameter tool with no output schema and no annotations, the description covers the essential context: what the link is, how the payment flow works, and when to use it. It could go slightly further by describing the return format or preconditions like needing a wallet first, but the description is close to complete for correct invocation.

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 description coverage is 100%, so the baseline is 3 even without parameter details in the description. The description only restates the principal concept and adds no format or constraint information beyond what the schema already provides. This is acceptable but not additive.

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 uses a specific verb-resource pair, 'Get the FirstKey Fuel payment link for a principal,' and explains the resulting flow: a human pays by card and cycles land in the agent's wallet. It also differentiates itself from the free faucet grant and deploy pool alternatives by calling this the 'sovereign refuel path' when those are exhausted.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use this tool: 'when the free faucet grant or deploy pool is exhausted.' This gives the agent a concrete selection condition and implicitly maps to alternatives such as claim_faucet_grant and the deploy pool, making the decision boundary clear.

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.