Skip to main content
Glama
fiale-plus

tradingview-mcp-server

by fiale-plus

get_preset

Read-onlyIdempotent

Retrieve a pre-configured screening strategy from TradingView. Choose from presets like quality stocks, value stocks, or growth stocks to obtain filter configuration.

Instructions

Get a pre-configured screening strategy. Returns filter configuration for the strategy.

Available presets:

  • quality_stocks: High-quality low-volatility stocks (conservative)

  • value_stocks: Undervalued stocks with low P/E and P/B

  • dividend_stocks: High dividend yield with consistent payout

  • momentum_stocks: Strong recent performance and technical momentum

  • growth_stocks: High-growth companies with expanding revenue/earnings

  • quality_growth_screener: Comprehensive quality+growth screen with technical filters

  • market_indexes: Global market indexes for regime analysis (use lookup_symbols)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
preset_nameYesKey of preset to retrieve. See tool description for available keys.
Behavior4/5

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

Annotations (readOnlyHint, idempotentHint) already indicate safe, idempotent behavior. The description adds context by specifying the return type ('filter configuration'), which is beyond the schema.

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?

Description is front-loaded with purpose, followed by a bulleted list of presets. Every sentence is useful, and there is no redundant or missing information.

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?

Good coverage of preset keys, but missing details about the output format (e.g., JSON structure) and how the returned configuration should be used. Still, sufficient for a simple retrieval tool with annotations.

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 schema describes the single parameter (preset_name) as a key, but the tool description provides a complete list of valid keys with brief descriptions, adding significant value beyond the schema.

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?

Description clearly states it retrieves a pre-configured screening strategy and returns its filter configuration. The listed presets further differentiate from siblings like screen_stocks.

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?

Implicit usage is clear (get a preset's configuration), but there is no explicit guidance on when to use this vs. alternatives like list_presets or screen_stocks, nor when not to use it.

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/fiale-plus/tradingview-mcp-server'

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