data_get_equity
Retrieve equity curve data from Strategy Tester to analyze strategy performance over time.
Instructions
Get equity curve data from Strategy Tester
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve equity curve data from Strategy Tester to analyze strategy performance over time.
Get equity curve data from Strategy Tester
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. The verb 'get' implies a read-only operation and the object tells the user what data is returned. However, there is no disclosure of output structure or behavior when no Strategy Tester results are available.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single direct sentence with no filler or repetition. It front-loads the action and the resource, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter getter, the description names the exact resource retrieved and the source. It does not explain how the target Strategy Tester context is selected or what the equity curve data structure looks like, but the basic call behavior is clear enough.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and an empty input schema, so there is no parameter semantics for the description to clarify. This matches the baseline score of 4 for parameterless tools.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the action ('Get') and the resource ('equity curve data from Strategy Tester'). It is specific enough to understand what the tool does, though it does not explicitly contrast it with sibling tools such as data_get_trades or data_get_strategy_results.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use this tool versus closely related sibling tools like data_get_strategy_results, data_get_trades, or data_get_indicator. The description states only what the tool does, not the conditions under which it should be chosen.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ezydubs/tradingview-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server