Skip to main content
Glama
guillemustafa-ux

tradingview-mcp-proof

get_recent_bars

Fetch recent bars, newest first, and report the count of missing bars to reveal gaps that invalidate trend continuity.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
symbolYes
Install Server

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description partially carries the behavioral burden: it discloses ordering, recency, and the missing-bar count. However, it does not disclose output shape, the meaning of 'window', paging/limits, side effects, or other operational behavior.

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?

Two short sentences, front-loaded with the main result and ordering, with no filler. The second sentence adds a meaningful caveat rather than redundant restatement.

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

Completeness2/5

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

There are no annotations and no output schema, so the description must make the tool self-contained. It does not explain parameter semantics, the structure of returned bars, or the exact meaning of the window, leaving important invocation details unspecified.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not define the count or symbol parameters. The word 'window' might relate to count, but the description never explicitly states that count controls how many bars are returned or that symbol selects the bar series.

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 states the resource (recent bars), the ordering (newest first), and a notable output trait (count of missing bars). It is clearly distinct from get_market_state and get_feed_health, though it lacks a direct verb such as 'retrieves'.

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

Usage Guidelines2/5

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

No explicit when-to-use or when-not-to-use guidance is given. The second sentence implies a trend-analysis caveat, but it does not describe alternatives or conditions that would select one sibling tool over another.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/guillemustafa-ux/tradingview-mcp-proof'

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