Skip to main content
Glama
daviddme

TradingView Alerts MCP Server

by daviddme

pause_alerts

Pause TradingView alerts to stop them from firing without deleting them. Target by alert IDs or filter by symbol, name, or status.

Instructions

Pause (stop) one or more TradingView alerts. Paused alerts stay on your account but stop firing, and can be reactivated with resume_alerts. Target by alert_ids, or by symbol / name / status filter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoMatch alerts whose title or message contains this text.
statusNoRestrict to alerts currently active or paused.
symbolNoMatch alerts whose symbol contains this, e.g. "BTCUSDT" or "BYBIT:".
alert_idsNoExplicit alert ids from list_alerts. Most precise way to target alerts.
Behavior4/5

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

With no annotations, the description carries the burden. It discloses the non-destructive nature ('stay on your account but stop firing') and reversibility ('can be reactivated'). It does not mention edge cases like pausing an already paused alert or behavior with empty filters, but the core behavior is well covered.

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 sentences, front-loaded with the action, no fluff. Every word adds value by defining scope, behavior, and targeting options.

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?

Despite the description explaining the effect, it fails to address a critical ambiguity: since all parameters are optional, calling with no filters could pause all alerts. There is no warning about this, and no mention of return values or error behavior. This is a unsafe gap for a mutation tool with no annotations.

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%, and the schema already explains each parameter, including alert_ids being the 'most precise way'. The description's mention of targeting modes adds little beyond a summary of the schema, so it earns the baseline 3.

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?

The description uses a specific verb ('Pause') and resource ('TradingView alerts'), clearly distinct from siblings like delete_alerts and resume_alerts. It also explains the key side effect (alerts stay but stop firing), which removes ambiguity.

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?

It provides two targeting modes ('by alert_ids, or by symbol / name / status filter') and mentions resume_alerts as the reactivation path. However, it does not explicitly say when NOT to use (e.g., for permanent removal use delete_alerts), so it falls short of a 5.

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/daviddme/tradingview-alerts-mcp-server'

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