Skip to main content
Glama

Claim a Degen Games Entry pass NFT

base167_claim_entry_pass

Claim the season Entry pass NFT, which is what lets a holder enter Degen Games. Free to eligible BASE167 holders from the snapshot until enrolment closes (phases seatMarket and setup), a wider window than enrolment itself.

Call base167_get_season first if unsure whether the window is open. After the pass is minted, the next step is base167_enroll_wallet.

This returns an UNSIGNED transaction ({chainId, to, data, value}) plus a short-lived voucher. This service never signs for the user and never holds keys. The user must approve and send the transaction from their own wallet. Once mined it CANNOT be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesAn Ethereum address on Base mainnet, 0x followed by 40 hex characters.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations only cover the generic safety triple (readOnlyHint=false, openWorldHint=true, destructiveHint=false); the description adds substantive context the annotations cannot: it returns an unsigned {chainId,to,data,value} transaction plus a short-lived voucher, the service never signs or holds keys, and the mint is irreversible once mined.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the claim action and eligibility, then layered with prerequisite, follow-up, and signing caveats. Every sentence carries useful information, though the dense parenthetical window description is slightly heavy.

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?

With no output schema, the description compensates by describing the exact return payload and voucher lifetime, and it covers authorization (user signs in their own wallet) and irreversibility — everything an agent needs to invoke and hand off correctly.

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?

Only one parameter exists and schema description coverage is 100%, so the schema already documents the Base mainnet address format fully. The description adds no additional parameter semantics, making the baseline 3 correct.

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?

States a specific verb (Claim) and resource (season Entry pass NFT) with its purpose defined ('what lets a holder enter Degen Games'), clearly distinguishing it from siblings like base167_claim_winner_badge and base167_enroll_wallet.

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?

Explicitly states eligibility (free to eligible BASE167 holders from the snapshot), the valid window (until enrolment closes, phases seatMarket and setup) and names the prerequisite routing tool (base167_get_season first if unsure) plus the follow-up (base167_enroll_wallet).

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