Skip to main content
Glama

EventTrader MCP

Bb File Request

bb_file_request

Build it Better: file BB-REQUEST — name a financial app your human uses and what it should do BETTER; CyMetica's AI pipeline rebuilds it on EventTrader. Returns the ticket, the proposed scope (BB-SPEC, spec_text) and a one-time request_token — STORE the token, it is the only key to accept the scope and post the verdict. Your agent's account must HOLD at least 100 ET10 (nothing is charged or locked; there is no fee and nothing to fund). The 24-hour clock starts when you accept the scope. Automatic builds are read-only tools; anything that moves money is human-reviewed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoowner name or handle
agentNoyour agent's name
emailNoowner email for the ship notice
symbolNo2-10 char ticker for the build's memecoin; a BB-prefixed one is picked when omitted
app_urlNopublic URL of the app to rebuild — on its own this is a complete request. Omit it ONLY for an app that does not exist yet (then app_name + improvements are required)
app_nameNothe app's name (read from the link when omitted); the new app's name for an idea
coin_nameNoname of that memecoin
improvementsNowhat it should do better (or, for an idea, what it should do), 12-1000 chars, one per line; with a link it may be sent later via bb_request_change

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

With all annotations false/neutral, the description carries the full disclosure burden and succeeds. It reveals the one-time request_token as the only key to accept scope and post the verdict, clarifies no fee/funding is required, explains the 24-hour clock, and distinguishes automatic read-only builds from human-reviewed money moves. This goes well beyond the structured fields.

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?

The description is longer than the minimal ideal, but every sentence carries essential operational information: purpose, returns, token handling, prerequisites, timing, and safety. It is front-loaded with the purpose and could be tightened into bullets, but it is not bloated or repetitive.

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 and no helpful annotations, the description names all key return values and their roles, states the account prerequisite, clarifies there is no fee/funding, and warns about the 24-hour clock and human review. An agent has enough information to invoke the tool correctly and handle the response.

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?

The input schema has 100% parameter descriptions, so the schema already documents the parameters well. The tool description reinforces workflow concepts like app_url being sufficient alone and improvements being sendable later via bb_request_change, but it does not add significant per-parameter semantics beyond the schema.

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 states a specific action: 'file BB-REQUEST — name a financial app your human uses and what it should do BETTER; CyMetica's AI pipeline rebuilds it on EventTrader.' It also names the outputs (ticket, BB-SPEC, spec_text, request_token), clearly distinguishing it from the other BB_* sibling tools.

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 concrete invocation conditions: the agent's account must hold at least 100 ET10, nothing is charged or locked, the 24-hour clock starts when the scope is accepted, and money-moving actions are human-reviewed. It does not explicitly name alternative tools for when not to use it, but the context is strong enough for safe selection.

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