Skip to main content
Glama

Algo Trade Analytics

Get MCP Research Workflow Status

ata_research_workflow_status
Read-onlyIdempotent

Return the bound research run, case study, active hypothesis/protocol, protocol trial counts, missing gate, next required tool, and platform handoff guidance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caseStudyIdNo
researchRunIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

The description adds context beyond annotations by detailing the specific status contents returned, such as missing gate, protocol trial counts, and platform handoff guidance. It is consistent with the readOnlyHint, idempotentHint, and destructiveHint annotations. It does not discuss error conditions or absent bound runs, but the safety profile is already covered by annotations.

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 front-loaded sentence starting with 'Return' and packs seven concrete pieces of information without padding. The list is somewhat dense, but it is efficient and free of redundancy.

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

Completeness3/5

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

The description helpfully lists the return contents, which matters because there is no output schema, and the annotations cover the read-only safety profile. However, it lacks any explanation of the input parameters and does not provide enough routing context among the many sibling status and workflow tools.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention caseStudyId or researchRunId at all. The description fails to explain how these optional parameters influence the returned bound run or workflow status.

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 uses a clear verb ('Return') and enumerates specific resources: bound research run, case study, active hypothesis/protocol, protocol trial counts, missing gate, next required tool, and platform handoff guidance. It clearly communicates what the tool does, but it does not explicitly distinguish itself from the near-identical sibling ata_get_research_workflow_status.

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 the tool is for checking workflow status and knowing the next required tool, but it does not state when to prefer this over sibling status tools such as ata_get_research_task_status or ata_get_research_job_status. No exclusions or alternative routing 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.

Resources