Skip to main content
Glama
guillemustafa-ux

tradingview-mcp-proof

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_market_stateB

Current market state for a symbol, with an explicit freshness verdict. Check freshness.usable_for_analysis before using the value.

get_recent_barsB

The most recent bars, newest first, with a count of any bars missing inside the window. A gapped window cannot carry a trend.

get_feed_healthB

Whether the alert feed itself is alive, without asking for a price. Use this before answering any question that assumes live data.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a clearly distinct concern: feed liveness, current market state, and recent bar history. There is no overlap because the metadata exposed by each tool is unique to its purpose.

Naming Consistency5/5

All three tools follow the same get_<noun> pattern in lower_snake_case. The naming is perfectly uniform and predictable.

Tool Count5/5

Three tools is a minimal but well-scoped set for a market-data proof server. Each tool earns its place and adds a non-redundant capability.

Completeness4/5

The set covers the core lifecycle of checking whether data is live, retrieving a current state, and inspecting recent bars. It lacks broader historical queries or symbol metadata, but those are reasonable gaps for a proof-focused server.

Maintenance

ActivityMaintained
ResponsivenessNo issues