Skip to main content
Glama

veroq_generate_report

Initiate async generation of an AI-powered research report for a ticker symbol. Choose quick or deep tier; returns a report ID to fetch the finished report.

Instructions

Generate an AI-powered research report for a ticker. Kicks off async generation — use veroq_get_report to retrieve the result.

WHEN TO USE: For a polished, shareable research report. Use veroq_ticker_analysis for instant inline analysis instead. RETURNS: Report ID, ticker, tier, and status message. Use the report_id with veroq_get_report to fetch the full report. COST: 5 credits (quick tier). Deep tier requires a paid plan. EXAMPLE: { "ticker": "AAPL", "tier": "quick" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYesTicker symbol to generate a report for (e.g. AAPL, BTC)
tierNoReport tier — 'quick' for a fast summary or 'deep' for full analysis (default 'quick')
Behavior4/5

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

Since no annotations exist, the description carries the transparency burden. It discloses async generation needing retrieval via 'veroq_get_report', costs, and returns. Lacks details on potential failures or rate limits but is largely transparent.

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 well-structured with sections (WHEN TO USE, RETURNS, COST, EXAMPLE) and every sentence adds value. No wasted words.

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 no output schema, the description adequately explains return values and the async flow. It differentiates among many sibling tools and provides all necessary context for correct invocation.

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?

Input schema has 100% coverage, so baseline is 3. The description adds value by clarifying the default 'quick' tier, cost per tier, and providing an example of parameters.

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 clearly states the verb 'Generate' and the specific resource 'AI-powered research report for a ticker'. It also notes the async nature and distinguishes from the inline analysis sibling tool.

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

Usage Guidelines5/5

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

Explicitly provides a 'WHEN TO USE' section, contrasting with 'veroq_ticker_analysis' for instant inline analysis. Also mentions cost and tier choices to guide selection.

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