Skip to main content
Glama

validate

Read-only

EdgeProof — paid backtest reality-check. Submit a strategy's realized returns (or trade rows) — NOT the strategy itself — and get a verdict: likely_real / borderline / overfit_or_noise. Scored with the Deflated Sharpe Ratio (haircut for the number of variants tried), a sign-flip permutation test against a coin-flip null, and purged k-fold out-of-sample decay. Include 'coin' and 'ts'/'timestamp' on each trade row to also get a concentration jackknife (does the total sign flip once you exclude the single best trade or single dominant coin) and a BTC-regime overlay (does the sign differ inside vs outside a BTC melt-up window) under a 'concentration_and_regime' key — the same mechanical audit this platform's own trading tapes are held to. Inputs are not retained beyond a redacted audit hash.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tradesNoAlternative to 'returns': rows with a return field (ret/pnl/net_bps) and optional 'coin'/'ts'/'entry'/'exit' fields.
k_foldsNo
n_permsNo
returnsNoPer-trade (or per-period) realized returns.
agent_idNoOptional caller agent ID
n_trialsNoHow many strategy variants/params you tried before selecting this one. Be honest — more trials = bigger Deflated-Sharpe haircut.
trial_sharpesNoOptional: Sharpes of all variants tried → exact DSR variance.
periods_per_yearNoOptional, for annualized-Sharpe display only.

TDQS

A4.3/5.0
Behavior5/5

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

The description goes well beyond the readOnlyHint annotation by disclosing that the tool is paid, runs multiple statistical tests (DSR, permutation test, purged k-fold), optionally produces concentration/regime analysis, and does not retain inputs beyond a redacted audit hash. It also states the possible verdict categories, giving the agent a clear picture of expected behavior.

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 dense, front-loaded with the verdict, and every major sentence carries useful information. It is somewhat long and packs several optional behaviors into flowing prose, but it remains readable and avoids redundancy.

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 complex 8-parameter tool with no output schema, the description covers inputs, methodology, verdict values, optional behavior, and privacy. The main gap is that it does not specify the exact response structure beyond the verdict labels and the 'concentration_and_regime' key.

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?

With 75% schema description coverage, the schema already documents most parameters. The description adds value by explaining how n_trials and trial_sharpes feed the Deflated Sharpe Ratio haircut, how the trade-row alternative uses fields like ret/pnl/net_bps, and how 'coin' and 'ts' trigger the optional concentration/regime outputs.

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 concrete verb ('Submit'), a specific target ('a strategy's realized returns or trade rows'), and a concrete output ('verdict: likely_real / borderline / overfit_or_noise'). It also differentiates itself by explicitly saying 'NOT the strategy itself,' which helps distinguish it from nearby sibling tools like prove or verify_proof.

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?

The description clearly implies when to use it — when a backtest reality-check is needed — and warns against submitting the strategy itself rather than returns. However, it does not explicitly name alternatives or state when not to use this tool, which is a gap given the large sibling list including audit_agent_readiness and conformance_certify.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but there is potential confusion between 'decision' and 'reason', both offering advisory output. Also, 'review', 'witness', 'prove', and 'verify_proof' overlap in the proofs space, though descriptions differentiate them. Overall, an agent can disambiguate with careful reading.

Naming Consistency4/5

All tool names use lowercase and underscores (snake_case), which is consistent. However, the verbs vary: some are imperative (e.g., 'browse', 'execute'), while others are nouns (e.g., 'signals', 'ledger'), breaking a strict verb_noun pattern. Overall, the naming is readable and mostly predictable.

Tool Count2/5

With 30 tools, the surface is too large for a well-scoped server. Many functions could be separated (e.g., memory, workspace, feedback, marketplace). This excess makes it harder for an agent to navigate and select the right tool quickly.

Completeness3/5

The tool set covers core CRUD for memory and workspace, plus feedback, marketplace purchase, bounties, and verification. However, there is no tool to list or search marketplace listings, and workspace creation is only implicit via 'execute'. These gaps hinder fluid workflows.