veroq_generate_report

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 messag...

Server Veroq veroq-ai/veroq-mcp
Category Execute
Risk class High
Parameters 00 required

What veroq_generate_report does on Veroq

AI agents invoke veroq_generate_report to trigger actions in Veroq. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why veroq_generate_report needs a policy

The tool initiates an async background operation (report generation) rather than simply reading existing data or writing a user-controlled resource. It consumes credits (5 per call), runs an external AI pipeline, and produces a side effect (a stored report retrievable later via report_id). This fits Execute as it triggers an external operation.

From the tool's definition 'Kicks off async generation' — triggers an external, asynchronous AI report generation process whose effects depend on the ticker argument provided

Questions about veroq_generate_report

What does the veroq_generate_report tool do? +

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: {. It is categorised as a Execute tool in the Veroq MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on veroq_generate_report? +

Register the Veroq MCP server in PolicyLayer and add a rule for veroq_generate_report: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Veroq. Nothing to install.

What risk level is veroq_generate_report? +

veroq_generate_report is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit veroq_generate_report? +

Yes. Add a rate_limit block to the veroq_generate_report rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block veroq_generate_report completely? +

Set action: deny in the PolicyLayer policy for veroq_generate_report. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides veroq_generate_report? +

veroq_generate_report is provided by the Veroq MCP server (veroq-ai/veroq-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.