replay_status
Retrieve TradingView replay mode status to determine if chart playback is currently active.
Instructions
Get current replay mode status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve TradingView replay mode status to determine if chart playback is currently active.
Get current replay mode status
| 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 of behavioral disclosure. 'Get' implies a read-only operation with no side effects, but the description does not elaborate on edge cases (e.g., behavior when replay mode is off) or output format. For a simple status query, this minimal transparency is adequate but not enriching.
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 concise sentence that immediately communicates the tool's purpose. There is no redundant or unnecessary information.
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 tool with no output schema and no annotations, the description doesn't specify what the status response will contain or how to interpret it. An agent knows it can call the tool to get status, but not what values or structure to expect. Given the tool's simplicity, this is a minor but notable gap.
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, so the input schema is empty; there are no parameter semantics to clarify. The baseline for a zero-parameter tool is 4, and the description doesn't need to compensate for any parameter documentation gaps.
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 uses a specific verb ('Get') and resource ('current replay mode status'), making the tool's function immediately obvious. It is clearly distinguished from the sibling replay_* tools, which perform actions (start, stop, step) rather than report state.
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?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention that this is the correct tool for checking replay state before calling replay_start/step/stop, nor does it exclude any context. The intended usage is only implicit in the name and 'current status' phrasing.
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