Smolabot
Server Details
Deterministic decision guardrail for AI agents and bots. Verifies pre-trade economics (long-only).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 1 tool
With only one tool available, there is no possibility of confusing it with another tool. The tool's purpose is clearly stated as a deterministic pre-trade economics check.
The single tool name 'trade_check' follows a clear verb_noun snake_case convention. Even with one tool, the naming is predictable and well-formed.
A single tool is borderline for a server; although trade_check is substantial and non-trivial, the server offers no auxiliary operations, making the surface feel thin.
For its stated scope of pre-trade economics checking, the tool is complete: it accepts necessary inputs and returns a clear decision, cost breakdown, break-even prices, and assumptions. No obvious missing operations exist within that narrowly defined domain.
Available Tools
1 tooltrade_checkTrade economics checkAInspect
Deterministic pre-trade economics check for a long (buy) round trip. Call it before placing a trade: given size, entry/exit reference prices, maker/taker roles, fees, spread and slippage, it returns whether the trade still clears after all costs (result.economically_clears, result.reason), the net P&L and return, a per-leg cost breakdown, the break-even and minimum profitable exit prices, and every assumption applied. No predictions, no market data, no execution. Costs 1 prepaid credit per successful check; invalid input costs nothing. Requires "Authorization: Bearer smk_..." (get a key at https://smolabot.arison8.com).
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Long-only: "buy". Shorts are rejected with SIDE_NOT_SUPPORTED. | |
| size | Yes | Exactly one of quantity (base units) or notional (quote currency, at the entry reference price). | |
| symbol | Yes | Label only; does not affect the math. | |
| exit_price | Yes | Expected exit reference (mid) price, before spread, slippage and fees. | |
| spread_bps | Yes | FULL bid/ask spread in bps; a taker leg pays half. | |
| entry_price | Yes | Entry reference (mid) price, before spread, slippage and fees. | |
| slippage_bps | Yes | Adverse slippage per taker leg, in bps. | |
| maker_fee_bps | Yes | ||
| taker_fee_bps | Yes | ||
| exit_liquidity | Yes | ||
| entry_liquidity | Yes | ||
| profit_buffer_bps | No | Optional required net return in bps; omitted means 0 (echoed in assumptions). |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| error | No | Present when ok=false. Stable machine-readable code; field-level `errors` for VALIDATION_FAILED. |
| usage | Yes | |
| result | No | Present when ok=true: the canonical /check result. |
| request_id | Yes | |
| model_version | Yes | Calculation model version. Same version + same input = same output. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds substantial behavioral context beyond annotations: deterministic execution, no market-data dependence, no execution side effects, cost of 1 prepaid credit per successful check, no charge for invalid input, and required authorization header. This is especially valuable since the annotations only supply false hints and do not describe runtime costs or side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is information-dense yet well-structured, front-loading the core purpose and usage instruction before listing outputs and costs. Every sentence contributes operational or behavioral value; there is no filler or repetition of schema details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 12 parameters and an output schema, the description is complete: it states the decision it answers, the result fields, assumptions echo, cost behavior, invalid-input behavior, auth requirement, and what it does not do. With no sibling tools and an output schema present, nothing critical is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers about 67% of parameters with descriptions, so the schema does most of the work. The description groups inputs as 'size, entry/exit reference prices, maker/taker roles, fees, spread and slippage,' which adds some orientation but does not meaningfully explain the less-documented fields like maker_fee_bps, taker_fee_bps, entry_liquidity, or exit_liquidity beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Deterministic pre-trade economics check for a long (buy) round trip.' It clarifies scope (long-only), the inputs involved, and the concrete result fields returned. There are no siblings to differentiate from, so the clear verb+resource is sufficient.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Call it before placing a trade,' giving direct when-to-use guidance. It also states exclusions: 'No predictions, no market data, no execution,' and mentions the prepaid credit cost and auth requirement, which helps an agent decide whether invoking it is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- First observed
trade_check
Related MCP Connectors
Deterministic pre-trade risk checks for autonomous AI trading agents.
Pre-execution governance for AI agents. Deterministic PASS/FAIL/REVIEW verdicts, replayable proof.
Pre-trade token safety checks for AI agents on Solana and Base. x402 USDC per call, no key.
Advisory policy preflight for AI-agent spend requests; never executes payments or accesses wallets.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to propose stock, ETF, and crypto trades through Alpaca paper trading while enforcing deterministic policy rules and recording every decision in an audit trail.6 npmMIT
- AlicenseAqualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.9114 npm5MIT
- AlicenseNot gradedqualityBmaintenanceProvides risk guardrails for AI trading agents by analyzing portfolio risk, checking trades against policies, and generating risk policies.35 PyPI2MIT
- AlicenseAqualityBmaintenanceEnables AI hosts to propose crypto trades that are checked by a deterministic risk engine, returning LONG, SHORT, or NO_TRADE decisions with refusals and an auditable paper-fill trail.3MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.