Skip to main content
Glama

bobai_nft_drop

Read-only

On-chain reward an agent can EARN: every $BOBAI buy >= $100 (single swap) auto-mints a capped-supply collectible NFT to the buyer wallet — no claim, no signup. Live remaining supply per buy-tier and rarity, plus the exact steps to earn one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safe read-only nature is established. The description adds meaningful behavioral context beyond annotations: the NFT is auto-minted with no claim/signup, the supply is capped, and the tool reports live remaining supply by tier and rarity. This gives the agent a clear picture of the operation's semantics without contradicting the annotations.

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 two sentences with no fluff. The first sentence establishes what the tool is about and the key earning condition; the second sentence states the concrete information provided. All details—threshold, auto-mint, no claim, capped supply, live data, steps—are packed efficiently and front-loaded.

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?

For a zero-parameter, read-only informational tool, the description covers the essentials: what the reward is, the qualifying condition, and what the tool returns (live remaining supply per tier/rarity and exact earning steps). It does not enumerate all tiers or rarity names, but that level of detail is not necessary for invocation. The absence of an output schema makes the return summary in the description particularly valuable.

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

Parameters4/5

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

The tool takes zero parameters and the schema has no properties, so there are no parameter semantics to document. The description's mention of buy-tier and rarity relates to the output content, not input parameters, which is appropriate here. Based on the 0-parameter baseline, the description adequately handles this dimension.

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 subject: an on-chain NFT reward tied to $BOBAI purchases, with a specific threshold ($100 single swap), auto-minting behavior, and the information it provides (remaining supply per tier/rarity and earning steps). Although there is no explicit verb like 'get', the description is specific enough to distinguish it from all sibling tools, including bobai_purchase_guide and bobai_activity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied: an agent interested in the NFT drop, its remaining supply, or the steps to earn one would use this tool. However, there is no explicit when-to-use or when-not-to-use guidance, and no sibling tools are named as alternatives. The description does not help disambiguate against similar bobai-related informational tools beyond the NFT-specific subject matter.

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