Skip to main content
Glama

Noon Barbari Backtesting

query_dataset

Read-only

Query our open 11,440-run curve-fitting study (10 strategy templates x 20 coins, 70/30 in-sample/out-of-sample split). Returns the headline overfitting stats and the tuned picks matching an optional template and/or coin filter — each with in-sample vs out-of-sample Sharpe, the Sharpe haircut, and the in-sample-to-out-of-sample parameter rank correlation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoTicker, e.g. btc (optional). Omit for all coins.
templateNoStrategy name, e.g. super_trend (optional). Omit for all templates.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the read-only nature is known. The description adds valuable context beyond annotations: it explains the study design (11,440 runs, 10 templates, 20 coins, 70/30 split) and the specific metrics returned (in-sample vs out-of-sample Sharpe, haircut, rank correlation). This is comprehensive and consistent.

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 two sentences long: the first sets the context (study size and design), the second lists the output (headline stats and picks with specific metrics). Every sentence is necessary and informative, with no wasted words.

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?

Given the tool has only two optional simple parameters and no output schema, the description fully covers the return value structure (headline stats, tuned picks, Sharpe metrics, rank correlation). No additional context is needed for an agent to understand what will be returned.

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?

Schema coverage is 100% and each parameter has a description. The description supplements the schema by providing concrete examples (e.g., 'btc' for coin, 'super_trend' for template) and clarifying that omitting either parameter returns all values. This adds practical value 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 clearly states the tool queries a specific open curve-fitting study with 11,440 runs, returns overfitting stats and tuned picks, and can filter by optional template and/or coin. This directly distinguishes it from sibling tools like check_overfitting (which likely checks a single strategy) or compare_strategies.

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 implies usage for retrieving overfitting stats and filtered picks but does not explicitly state when to use this tool versus alternatives (e.g., when to use check_overfitting instead). The context of 'query our open study' suggests it's for data retrieval, but no when-not-to-use guidance is provided.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: statistical checks, strategy comparison, historical returns, live signals, DCA, overfitting index, strategy listing, dataset query, backtesting, Q&A search, and glossary. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., check_overfitting, run_backtest, search_glossary). No mixing of conventions.

Tool Count5/5

11 tools is well-scoped for a crypto backtesting server, covering the full workflow from strategy selection, backtesting, overfitting analysis, to educational queries without excess or deficiency.

Completeness4/5

The tool set covers core backtesting, overfitting diagnostics, data retrieval, and knowledge base searches. Minor gaps like strategy modification or saving results are present, but the main lifecycle is complete.

Resources