Skip to main content
Glama

Algo Trade Analytics

create_research_hypothesis

create_research_hypothesis

Persist one falsifiable hypothesis that the next candidate and protocol must test.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
rationaleNoSupporting rationale: aim for 1200 characters or fewer; hard limit 3000 characters. Summarize the mechanism and cite evidence IDs instead of repeating the research history.
statementYesFalsifiable hypothesis, 1–2000 characters.
caseStudyIdNoOptional: bind this call to one of your case studies. Defaults to the bound run's case study.
rebaseReasonNoAim for 300 characters or fewer; hard maximum 500. Required when intentionally replacing an existing active hypothesis/protocol in the same research run. Prefer starting a new research run for unrelated pivots.
researchRunIdNoOptional: bind this call to one of your existing research runs. Defaults to this session's most recent unfinished run.
expectedEffectNoOptional JSON-stringified object describing the expected measurable effect, e.g. {"netProfit":"increase","trades":"similar"}.
mechanismFamilyNoAuthorized mechanism family identifier, at most 140 characters; put explanations in rationale.
mcpIdempotencyKeyNoUnique key for this logical action. Reuse it only when retrying the same arguments. Required for hosted trust-creating actions when no idempotency header is supplied.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

The annotations already establish the tool is not read-only, not idempotent, and not marked destructive, but the description adds no behavioral context beyond 'Persist.' It does not disclose that an existing active hypothesis/protocol can be replaced via rebaseReason, nor the idempotency-key requirement, both of which are material for a mutating action.

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 a single, front-loaded sentence with no filler. It states the essential purpose immediately and earns its place.

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?

Despite a rich schema, this is a mutating 9-parameter tool with no output schema and no usage or side-effect guidance in the description. Important operational details like rebase behavior, run binding defaults, and idempotency requirements are left entirely to the schema, making the description incomplete for reliable tool selection and invocation.

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 description coverage is 89%, so the schema carries the parameter documentation burden. The description adds little beyond restating that the hypothesis is falsifiable, which the statement parameter already says. This matches the baseline for high schema coverage.

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?

The description clearly states the verb ('Persist') and resource ('one falsifiable hypothesis'), and positions it as the thing the next candidate and protocol must test. It distinguishes the tool's artifact from related sibling tools like propose_strategy_candidate and define_experiment_protocol, though it does not explicitly name an alternative.

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 phrase 'that the next candidate and protocol must test' implies the tool is used early in the research pipeline, before defining a candidate or protocol. However, it gives no explicit guidance about when to prefer this over related tools, nor any exclusions or alternatives.

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.

Resources