Skip to main content
Glama
rozkoduj

Rozkoduj MCP

Official
by rozkoduj

strategy_details

Read-onlyIdempotent

Retrieve comprehensive details for a trading strategy by its slug or ID, including performance metrics, risk scores, and metadata for in-depth analysis.

Instructions

Get full details for a single Rozkoduj strategy.

identifier is either the URL slug (e.g. ma-cross-ema) or the algorithm_uid (ULID, e.g. 01J7...). Returns a single strategy with its i18n names/descriptions, family/variant/version metadata and the best_run blob: rozkoduj_score/rozkoduj_band (ranking axis), cagr (APY, annualised return), max_drawdown, win_rate, num_trades, the risk mode (risk_character, character_score), plus sparkline, params_public, and data_start/data_end.

Use this after list_strategies once a candidate is chosen, or when the user names a strategy directly. Returns 404 if not found.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Discloses that the tool returns a single strategy with detailed fields (i18n names, family metadata, best_run blob, etc.), and returns 404 if not found. Annotations already indicate readOnly and idempotent, but description adds valuable behavioral context beyond annotations.

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?

Description is well-structured: front-loads purpose, then parameter explanation, then return fields. Every sentence adds value, no redundancy. Length is appropriate for the complexity.

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 simple input schema and presence of output schema, the description provides complete context: identifies input format, describes outputs in detail, and notes error case. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% coverage with no parameter description, but description compensates fully by explaining that identifier can be either a URL slug or algorithm_uid, and provides examples. This adds essential meaning beyond the schema's pattern constraint.

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?

Description clearly states 'Get full details for a single Rozkoduj strategy', specifying a specific verb and resource. It also distinguishes from sibling tools by recommending use after list_strategies.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'after list_strategies once a candidate is chosen, or when the user names a strategy directly.' Also mentions 404 error case, providing clear guidance on when not to use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rozkoduj/rozkoduj-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server