Skip to main content
Glama

stillos-edge-gate

grade_strategy

Grade a trading/strategy track record BEFORE committing capital. Returns one verdict -- REAL_EDGE, REGIME_LUCK, NEGATIVE_EV, or INSUFFICIENT_DATA -- via chronological out-of-sample holdout, fee+slippage adjustment, and a significance test. Fail-closed. Includes a signed, independently verifiable receipt when reachable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNowho is asking (for the receipt)
tradesYessettled trades

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses the tool is 'Fail-closed', includes a 'signed, independently verifiable receipt', and outlines the methodology (chronological holdout, fee+slippage adjustment, significance test). These are valuable behavioral traits beyond simple read-only.

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 three sentences with zero waste. The primary action and key output are front-loaded, and every sentence adds value (purpose, methodology, safety/receipt).

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?

Given 2 parameters, no output schema, and no siblings, the description covers purpose, timing, methodology, the four possible verdicts, and the receipt behavior. It is sufficient for an agent to understand what the tool does and what it returns, though it could briefly explain the verdict meanings.

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 coverage is 100%, so baseline is 3. The description adds minimal parameter detail beyond the schema; it mentions 'trades' and 'agent' but does not elaborate on their format or impact on the verdict. The schema already describes 'trades' as 'settled trades' and 'agent' as 'who is asking'.

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 uses a specific verb ('Grade') and resource ('trading/strategy track record'), and clearly states the action to be performed before committing capital. It distinguishes the tool's purpose without sibling comparison needed.

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 explicitly says 'BEFORE committing capital', providing clear context for when to use. It also mentions 'Fail-closed' as a safety property. However, it does not provide explicit when-not-to-use guidance or alternatives, though no siblings exist to contrast.

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.