Skip to main content
Glama

Verify QuokkaPix agent unlock token

verify_unlock_token

Preflight-check or consume a QuokkaPix paid agent unlock token before processing. Optionally specify scope, price, currency.

Instructions

Verify a QuokkaPix paid agent unlock token before processing. Use consume=false for safe preflight checks. Use consume=true only immediately before a paid batch/scenario run above the free limit when you intentionally want to consume the unlock. If scope, price or currency are omitted, the tool reads live payment options first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoRun mode to verify against the unlock token.
filesNoNumber of files intended for the paid run.
priceNoExpected price string. Defaults to live payment options.
scopeNoExpected QuokkaPix scope. Defaults to live payment options.
tokenYesUnlock token returned by the paid x402 unlock endpoint.
baseUrlNoOptional QuokkaPix site base URL. Defaults to https://quokkapix.com.
consumeNoFalse for preflight verification. True consumes the unlock and should be used only at run start.
currencyNoExpected currency. Defaults to live payment options.
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the consumption vs preflight behavior and the defaulting to live payment options. It warns that consume=true should only be used at run start. However, it does not detail side effects of consumption, error handling, or return format.

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 three sentences with no fluff. It front-loads the core purpose and then provides precise guidance. Every sentence is necessary and adds value.

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 complexity (8 parameters, no output schema, no annotations), the description covers the main usage and behavioral aspects well. It lacks information on return values or error states, but the core logic is sufficiently explained for an AI agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds significant value by explaining the distinction between consume modes and the defaulting behavior for scope, price, and currency, which goes beyond the schema descriptions.

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 purpose: 'Verify a QuokkaPix paid agent unlock token before processing.' It specifies the action (verify) and the resource (unlock token), and distinguishes itself from sibling tools that deal with payment options or recipe processing.

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 provides explicit guidance on when to use consume=false vs consume=true, and explains defaulting behavior for omitted optional parameters. However, it does not explicitly contrast with sibling tools like get_payment_options, though the context is clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/quokkapix/quokkapix-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server