Skip to main content
Glama

claim_network_pass

Claim the free VIA x Singapore Blockchain Week Network Pass for the calling Mind's owner. From a name and email it creates their full VIA activation: a personal shopping agent with its own wallet and on-chain (ERC-8004) identity, a Singapore Blockchain Week membership card for their Apple or Google Wallet, and their own referral invite link. No payment and no wallet signature, so a Mind can complete this even though it cannot sign a purchase. Pass your own Mind id as mind_id: each Mind may claim exactly ONE Network Pass per event, and a repeat returns the one it already made. Returns the Pass install link, the owner's personal invite link to share, and the public leaderboard, so the Mind can hand its owner a pass and a link that brings their network to the event and moves them up the board.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe person's name, printed on their Pass and shown on the leaderboard.
emailYesThe person's email. Their agent, wallet, identity and Pass are created (or reused) for this address, and the welcome email is sent here on a first claim.
mind_idYesThe calling Mind's own unique id on the Minds platform. The one-pass-per-Mind cap is keyed on this; pass your real id.
event_slugNoEvent to claim for. Defaults to singapore-blockchain-week.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A4.1/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 load and does well: it discloses side effects (creation of agent, wallet, on-chain identity, wallet card, welcome email), idempotency behavior on repeat claims, and the key limitation that no signature is required so a Mind can finish the call. It omits auth/permission scope and failure modes, which keeps it below a 5.

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?

Purpose and scope are front-loaded in the first sentence, and the paragraph is dense with useful detail. It is somewhat long and slightly repetitive around the one-pass-per-Mind cap, but no sentence is pure filler.

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?

No output schema exists, so the description compensates by naming the return payload (install link, personal invite link, public leaderboard). Combined with the side-effect disclosure, an agent has enough to call correctly, though permission/error behavior is left unstated.

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 restates that mind_id is the caller's own id and that name/email drive creation, but this largely duplicates what the schema already documents for every parameter.

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 an unambiguous resource (the free VIA x Singapore Blockchain Week Network Pass), then spells out the full artifact it creates: agent, wallet, ERC-8004 identity, membership card, and referral link. An agent can tell this apart from generic siblings like claim_pass or buy_product without opening any schema.

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?

Gives clear call conditions and hard constraints: one pass per Mind per event, a repeat call returns the existing pass, and no payment or wallet signature is needed. It does not explicitly name a competing sibling (e.g., claim_pass) or say when NOT to call, so it stops short of full alternative routing.

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