Skip to main content
Glama

build_remove_from_race_whitelist_transaction

Build a Solana transaction that removes a user from a race whitelist. Provide the race market, user wallet, and creator wallet to generate the signed transaction.

Instructions

[REQUIRES BAOZI_LIVE=1] Build transaction to remove user from race whitelist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
race_marketYesRace market public key
creator_walletYesMarket creator wallet
user_to_removeYesUser wallet to remove
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing side effects and behavior. It indicates the tool builds a transaction but does not clarify whether it submits, signs, or requires specific permissions. The BAOZI_LIVE flag is a prerequisite, not a description of runtime behavior, so the tool's actual effects remain opaque.

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 a single concise sentence that immediately communicates the core purpose and includes a critical requirement. No filler words or redundant information; it is well-structured and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a transaction builder with no output schema and no annotations, the description lacks essential details about return values, transaction structure, or any side effects. It does not explain what the agent can expect from the tool or how it fits into the broader transaction workflow, making it incomplete for reliable usage.

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% and each parameter has a clear description (e.g., 'Race market public key'). The tool description adds no additional parameter meaning beyond the schema, so the baseline of 3 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 clearly states the action: 'Build transaction to remove user from race whitelist.' It uses a specific verb and resource, and the 'race' qualifier distinguishes it from the non-race whitelist sibling (build_remove_from_whitelist_transaction) and the add counterpart (build_add_to_race_whitelist_transaction).

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

Usage Guidelines2/5

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

The description only mentions a prerequisite flag ([REQUIRES BAOZI_LIVE=1]) but gives no guidance on when to choose this tool over alternatives like build_remove_from_whitelist_transaction. There is no explicit context or exclusions provided, leaving the agent to infer usage solely from the tool name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bolivian-peru/baozi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server