Skip to main content
Glama

fillin_signup

Mint a one-time free 20-query trial bearer — MCP twin of POST /v1/signup.

No bearer and no x402. One key per IP per UTC day (same `trial:` quota
as HTTP /v1/signup). Success is a JSON object with `key` (shown once),
`trial`, `balance_usdc`, `queries_at_base_price`. Retry paid tools with
Authorization: Bearer <key> on the MCP HTTP request. On exhausted
quota: isError with a trial_exhausted JSON object (same fields as HTTP 429).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoOptional contact email (max 254 chars). Not required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations, the description discloses the one-time visibility of the key, quota limits per IP per UTC day, the success response shape, and the trial_exhausted error object on exhausted quota. This gives the agent a realistic model of side effects and failure modes.

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 dense and front-loaded, with every sentence earning its place: purpose, auth context, quota behavior, success shape, and error handling. No filler or repetition.

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?

Given the single optional parameter, presence of an output schema, and annotations, the description covers everything an agent needs: when to call it, what to expect, how to use the result, and what happens on quota exhaustion.

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?

There is only one optional email parameter, and its schema description already covers semantics ('Optional contact email (max 254 chars). Not required.'). The tool description adds no additional parameter-specific meaning, so the baseline for high schema coverage applies.

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 action and resource: 'Mint a one-time free 20-query trial bearer' and anchors it as the MCP twin of POST /v1/signup. This clearly distinguishes the tool from siblings like fillin_buy_mint and fillin_query.

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 conditions for use: no bearer and no x402, one key per IP per UTC day, and instructs to retry paid tools with the resulting bearer key. It does not explicitly name sibling alternatives, but the usage context is unambiguous.

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