Skip to main content
Glama

Algo Trade Analytics

create_research_run

create_research_run
Read-onlyIdempotent

Confirm the persisted ResearchRun binding for this SDK run and return its objective and scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
objectiveNo
caseStudyIdNoOptional: bind this call to one of your case studies. Defaults to the bound run's case study.
researchRunIdNoOptional: bind this call to one of your existing research runs. Defaults to this session's most recent unfinished run.
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.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description's 'Confirm' wording aligns with these. The description adds that the binding is 'persisted' and that objective/scope are returned, but it does not explain behavior on missing bindings, error cases, or side effects beyond what annotations convey.

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 a single concise sentence with no filler. It front-loads the core action and return value, though the terseness contributes to the lack of usage and parameter guidance.

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 4 optional parameters and no output schema, the description is too thin. It names the return values but does not specify parameter roles, when to call it, or what 'confirm the persisted binding' means operationally, leaving an agent to infer critical calling context.

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 75%, and most parameters already have meaningful schema descriptions. The tool description adds nothing about the parameters themselves; notably, it does not clarify the 'objective' parameter, which lacks a schema description and is also mentioned in the return value, creating potential ambiguity.

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 states a specific action ('Confirm the persisted ResearchRun binding') and the expected return ('objective and scope'), going beyond a restatement of the name. However, the term 'ResearchRun binding' is domain-specific jargon and the description does not explicitly distinguish this from sibling tools like ata_start_research_run or create_research_hypothesis.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. The description implies the tool is for confirming an existing binding, but it never tells the agent when to choose this over ata_start_research_run or ata_resume_research_workflow.

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