Skip to main content
Glama
harshitagarwal2

tradingrearchagents

create_host_run

Create a durable, credential-free host run with decision-memory recall to generate evidence-first stock research dossiers for any symbol and date.

Instructions

Create a durable credential-free host run with decision-memory recall.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes
analystsNo
as_of_dateYes
asset_typeNostock
risk_roundsNo
debate_roundsNo
output_languageNoEnglish
decision_memory_enabledNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations are sparse (all false), so the description carries some burden. It adds valuable context like 'durable' and 'credential-free', which signal persistence and lack of authentication needs. However, it does not disclose side effects, return values, or behavior on existing runs, despite the output schema existing.

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, concise sentence with no wasted words. It front-loads the action and key attributes, making it easy to scan and understand.

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?

Given the tool's complexity (8 parameters, many sibling tools, output schema), the description is too minimal. It does not explain the tool's role in the broader workflow, how it differs from similar tools, or what the output schema represents, leaving the agent under-informed.

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 mentions no parameters. Although the schema has 8 parameters with clear names, the description fails to explain their purpose or relationship to the tool's behavior, leaving the agent to infer from names alone.

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 action (Create) and the resource (host run), with distinguishing qualities ('durable', 'credential-free', 'decision-memory recall'). However, it does not explicitly differentiate from sibling tools like 'prepare_host_run' or 'start_host_run', which may cause some ambiguity about the exact stage in the workflow.

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?

The description provides no guidance on when to use this tool versus alternatives. With many sibling tools covering host run lifecycle steps, the agent lacks clear decision rules for selecting 'create_host_run' over 'prepare_host_run' or 'start_host_run'.

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/harshitagarwal2/StockResearchAgents'

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