Skip to main content
Glama
fiale-plus

tradingview-mcp-server

by fiale-plus

get_market_metainfo

Read-onlyIdempotent

Discover available fields and types for TradingView market screeners, enabling informed screening queries by returning metadata for specified markets.

Instructions

Get metadata about a TradingView market screener, including available fields and their types. Useful for discovering what fields can be used in screening queries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOutput mode: 'summary' for normalized output (default), 'raw' for passthrough.
fieldsNoOptional: specific field names to look up. If omitted, returns all available fields.
marketYesMarket to get metainfo for (e.g., 'america', 'uk', 'germany', 'france')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketYes
metadataYes
metainfoNo
requested_fieldsNo
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds the detail that metadata includes field names and types, which is more about content than behavior. No additional behavioral traits like rate limits or auth are disclosed, but the annotation coverage lowers the bar.

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 sentences, front-loaded with the primary purpose and followed by a practical use case. Every word earns its place with no redundancy or fluff.

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?

With a full output schema and annotations covering safety and idempotency, the description is sufficiently complete for an agent to select and invoke the tool. It adds useful context about how the metadata relates to screening queries, which is not in the schema.

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

Parameters3/5

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

Schema description coverage is 100%, so each parameter is well-documented in the schema. The description doesn't add meaningful parameter-level detail beyond the schema, so the baseline of 3 is appropriate.

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 clearly states the tool gets metadata about a TradingView market screener, including available fields and types. It distinguishes from siblings by specifying 'market screener' context, though it doesn't explicitly contrast with similar tools like list_fields.

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 provides a clear usage scenario: 'Useful for discovering what fields can be used in screening queries.' This gives context for when to use it, but doesn't explicitly exclude alternatives or state 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