Skip to main content
Glama

inkflow_topup

Add credit to your INKFLOW API key. Returns a one-time checkout link for a HUMAN to pay once; after that you transact autonomously until the balance runs out. This is the only step that needs a person.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gbpYes5 to 2000
apiKeyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it reveals that the tool returns a one-time checkout link for a human to pay, rather than directly charging or updating balance. It also emphasizes the human-in-the-loop aspect, which is critical for an agent deciding whether to invoke this tool.

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 tightly packed sentences with no filler. The action is front-loaded, followed by the critical behavioral caveat and human-in-the-loop note. Every sentence 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?

Completeness is strong for a simple two-parameter tool with no output schema. The description explains the return value (checkout link), the payment flow, and the reason this step needs a human. Minor gaps like currency units are already hinted by the parameter name and schema range.

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 50%; only gbp has a description ('5 to 2000'). The description adds context for apiKey by calling it 'your INKFLOW API key,' but it doesn't clarify that gbp is the amount in British Pounds. It partially compensates for the coverage gap but not fully.

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 opens with a specific verb and resource: 'Add credit to your INKFLOW API key.' It also distinguishes itself from siblings by noting this is the only step that needs a person, which sets it apart from tools like inkflow_balance or inkflow_order.

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?

Clear context is provided: top up when balance runs out and human payment is needed. It doesn't explicitly name alternatives or exclusions, but the phrase 'after that you transact autonomously until the balance runs out' implies when to use it versus continuing with other operations.

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