Skip to main content
Glama

veroq_alerts

Monitor financial markets by creating price, sentiment, and technical alerts for stocks. Set thresholds for automated notifications when conditions are met.

Instructions

Create, list, or check triggered price/sentiment alerts.

WHEN TO USE: To set up automated monitoring. Actions: "create" a new alert, "list" existing alerts, or view "triggered" alerts. RETURNS: Create: alert ID and details. List: all alerts with status. Triggered: fired alerts with current values. COST: 3 credits. EXAMPLE: { "action": "create", "ticker": "AAPL", "alert_type": "price_below", "threshold": 150 } CONSTRAINTS: 6 alert types: price_above, price_below, rsi_above, rsi_below, sentiment_flip, volume_spike.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: "create", "list", or "triggered"
tickerNoTicker symbol (required for create)
alert_typeNoAlert type: price_above, price_below, rsi_above, rsi_below, sentiment_flip, volume_spike (required for create)
thresholdNoAlert threshold value (required for create — price level or sentiment delta)
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden and succeeds by documenting the credit cost ('3 credits'), explaining return structures for each action (since no output schema exists), and noting the six valid alert type constraints. It does not mention auth requirements or alert expiration policies, preventing a perfect score.

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 excellently structured with clear headers (WHEN TO USE, RETURNS, COST, EXAMPLE, CONSTRAINTS). Every sentence delivers unique information; there is no redundancy with the structured schema data, and the most critical information (the three actions) appears first.

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

Completeness5/5

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

Given the absence of both annotations and an output schema, the description comprehensively covers the tool's behavior by detailing return values for all three actions, providing a valid usage example, and documenting operational costs. It adequately supports the complexity of a multi-modal tool (create/list/triggered) with conditional parameter requirements.

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?

Although the schema has 100% description coverage (baseline 3), the description adds value through a concrete JSON example showing parameter interaction and the 'CONSTRAINTS' section which reinforces the valid enum values for alert_type. The 'RETURNS' section also clarifies that 'threshold' accepts different semantic types (price level vs. sentiment delta) depending on context.

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 opens with a precise summary ('Create, list, or check triggered price/sentiment alerts') using specific verbs and clearly defining the resource domain. It effectively distinguishes this from sibling data-retrieval tools (e.g., veroq_ticker_price, veroq_social_sentiment) by emphasizing the alert/monitoring functionality.

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 'WHEN TO USE' section explicitly states the tool is for 'automated monitoring' and details the three distinct actions ('create', 'list', 'triggered'). While it provides clear context for each mode, it lacks explicit exclusions or pointers to alternative tools for simple data lookups.

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/Veroq-ai/veroq-mcp'

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