Skip to main content
Glama
AlgoChains

AlgoChains MCP Server

Official
by AlgoChains

submit_to_marketplace

Idempotent

Validate and submit a trading strategy to the marketplace. Requires key performance metrics; staging requires a verified artifact path and SHA-256.

Instructions

Validate a strategy for marketplace readiness. Tier-1 calls are dry-run unless LISTING_API_KEY is configured; staging then requires a verified local artifact path + SHA-256.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
wf_foldsNo
win_rateNo
is_sharpeNo
timeframeYes
oos_sharpeYes
oos_tradesYes
asset_classNostock
descriptionNo
mcpt_p_valueNo
price_monthlyNo
profit_factorNo
strategy_typeYes
wf_worst_foldNo
max_drawdown_pctYes
mcpt_permutationsNo
wf_avg_oos_sharpeNo
verification_artifactNoRequired only for staging: {path, sha256, artifact_id?}. Path must be under ALGOCHAINS_VERIFIED_ARTIFACT_DIR.
Behavior4/5

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

Discloses dry-run behavior and artifact requirement beyond annotations. Annotations indicate open world and idempotent, and description aligns with no contradictions. Adds value by specifying environmental differences, though more detail on submission side effects would improve score.

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?

Two sentences, front-loaded with purpose. No unnecessary words. Could benefit from slightly more structured format (e.g., listing conditions), but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 18 parameters, nested objects, and no output schema, the description is insufficient. It does not explain validation criteria, return values, or what 'submit' entails beyond validation. The staging requirement is helpful but leaves many questions about the submission process.

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

Parameters2/5

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

Schema coverage is only 6%, but description adds no parameter-level explanations beyond referencing artifact path/SHA-256 (already described in schema). With 18 parameters, the description fails to compensate for the lack of schema descriptions for most parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it validates a strategy for marketplace readiness, distinguishing it from general validation tools. Mentions specific stages (Tier-1 dry-run, staging requires artifact). Could more explicitly differentiate from siblings like 'validate_strategy' or 'register_strategy'.

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?

Provides usage conditions: Tier-1 dry-run unless API key, staging requires artifact. But lacks explicit guidance on when to choose this tool over similar ones (e.g., 'validate_strategy' for non-marketplace use). Context is implied but not fully explicit.

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/AlgoChains/algochains-mcp-server'

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