Skip to main content
Glama
RVAflo

claude-tradingview-mcp

by RVAflo

screenshot_chart

Capture your TradingView chart window and receive a base64 PNG. The chart remains on your machine with no upload and the file is deleted after encoding.

Instructions

Capture ONLY the TradingView window and return a base64 PNG of your chart.

The chart stays on your machine: the file is deleted from disk immediately after encoding, and this tool uploads nothing. Returns {format, base64, bytes, region, symbol, interval, note} or {error, hint}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations exist, so the description carries full burden. It discloses that the file is deleted immediately after encoding and that nothing is uploaded, addressing privacy and side effects. It also specifies the return format, giving thorough behavioral context.

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 two well-structured sentences. The first sentence front-loads purpose and output; the second adds behavioral transparency and return structure. No superfluous text.

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

Completeness5/5

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

Given zero parameters, no schema, and output schema explicitly described in the return values, the description is complete. It covers all necessary information for correct invocation and understanding of the tool's effect.

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

Parameters4/5

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

The tool has zero parameters, and schema coverage is 100%. The description does not need to add parameter information. Baseline for 0 parameters is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool captures the TradingView window and returns a base64 PNG, with a clear verb and resource. It naturally distinguishes from sibling tools (which handle data extraction, symbols, watchlists, alerts) by focusing solely on chart capture.

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

Usage Guidelines4/5

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

The description clearly indicates this tool is for capturing the TradingView chart window, but does not provide explicit when-not-to-use scenarios or alternative tools. Given the distinct sibling tools, the context is clear enough.

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/RVAflo/claude-tradingview-mcp'

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