Skip to main content
Glama

Get a free ClearTrace API key

request_api_key

Mint a free API key that multiplies this server's rate limits by 10x. Requires an email address.

The key changes LIMITS ONLY. Every figure served here is public and identical with or without one, there is no paid tier, and no data is gated behind it -- so present this as raising a ceiling, never as unlocking content. Ask the user before submitting their email; do not invent an address to satisfy the argument. The key is returned once and cannot be shown again, so surface it to the user verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional. The user's name.
emailYesThe user's own email address. ASK THEM FOR IT; never invent one to satisfy this argument. The key is mailed nowhere and returned once in the response, so this is a lead record, not a delivery channel.
companyNoOptional. Where they work.
use_caseNoOptional, one line on what they are building. The single most useful field here.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / company / description
      Added value: +"Optional. Where they work."
    • addedInput schema / properties / email / description
      Added value: +"The user's own email address. ASK THEM FOR IT; never invent one to satisfy this argument. The key is mailed nowhere and returned once in the response, so this is a lead record, not a delivery channel."
    • addedInput schema / properties / name / description
      Added value: +"Optional. The user's name."
    • addedInput schema / properties / use_case / description
      Added value: +"Optional, one line on what they are building. The single most useful field here."
  2. First observed

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral burden. It discloses that the key changes limits only, that no data is gated, that the key is returned once and cannot be shown again, and that the agent must ask the user for the email. This is exceptionally transparent for a side-effectful operation.

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 purpose is front-loaded in one sentence, and the following caveats are dense but each earns its place: limit-only effect, no invented email, one-time key return. There is no fluff or repetition relative to the schema.

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?

The description tells the agent what the tool does, what it does not do, how to obtain required input from the user, and how to handle the output. For a simple tool with no output schema, this is fully 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. The description adds no parameter-level meaning beyond the schema; even the email-safety guidance already appears in the schema's parameter description. The description does not compensate further, so a 3 is appropriate.

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 first sentence states a specific verb ('Mint') and resource ('free API key') with a concrete effect ('multiplies this server's rate limits by 10x'). It is clearly distinct from sibling data-query tools like gas_prices or revert_rates, which serve different purposes.

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 context for when to use the tool: it raises rate-limit ceilings, not content access, and requires the user's email. It also tells the agent not to invent an email and to ask first. It does not explicitly name alternatives, but the sibling tools are unrelated enough that the boundary is 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.

Resources