Skip to main content
Glama

Inspect TradingView Supercharts state

tradingview_get_state
Read-onlyIdempotent

Retrieve current TradingView chart state: symbol, interval, URL, authentication status, and delayed-data flag—without exposing cookies.

Instructions

Read the current official chart URL, symbol, interval, authentication state, and delayed-data flag without exposing cookies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark it readOnly, openWorld, idempotent, and non-destructive; the description adds valuable details about exactly which state is read and explicitly states that cookies are not exposed—an important privacy-relevant behavior not 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

One sentence efficiently conveys purpose, content, and a safety guarantee. Every word serves a purpose, and the most important information is front-loaded.

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

Completeness4/5

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

For a zero-parameter inspection tool, the description covers all exposed state attributes and the key negative (no cookies). While it doesn't specify output format, the lack of an output schema makes that extra detail unnecessary.

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, so the baseline of 4 applies. The description adds no ambiguity, and the empty input schema is fully self-contained.

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 specific verb 'Read' and details the exact state fields (chart URL, symbol, interval, authentication state, delayed-data flag), making it clear what the tool accesses. However, it does not explicitly distinguish itself from similar siblings like chart_get_state, though the field list helps narrow it down.

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 verb 'Read' and the annotations imply this is for safe, non-mutating inspection, but the description offers no explicit 'when to use this vs. that' guidance. Users must infer from the field list when this particular state reader is needed.

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

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