Skip to main content
Glama

veroq_run_agent

Execute pre-built AI workflows for complex financial analysis tasks like portfolio reviews, due diligence, and market scans. Automates multi-step data analysis by combining multiple sources and processing steps.

Instructions

Run a VEROQ AI agent by its slug — pre-built workflows combining multiple data sources and analysis steps.

WHEN TO USE: For complex multi-step analysis tasks like portfolio reviews, due diligence, or market scans. Agents automate what would take many individual tool calls. RETURNS: Agent name, execution steps (with status/summary per step), final output or structured result, and credits used. COST: 5-100 credits (varies by agent complexity). EXAMPLE: { "slug": "due-diligence", "inputs": { "ticker": "AAPL" } }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesAgent slug identifier (e.g. 'portfolio-review', 'due-diligence', 'market-scanner')
inputsYesInput parameters for the agent — varies by agent type (e.g. { ticker: 'AAPL' } or { tickers: ['AAPL', 'GOOGL'] })
Behavior4/5

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

No annotations provided, so description carries full disclosure burden. Adds critical behavioral context missing from schema: COST (5-100 credits), RETURNS structure (execution steps with status/summary), and concrete EXAMPLE. Missing timeout/async behavior or error handling details, but covers financial and output semantics well.

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?

Excellent structure with labeled sections (WHEN TO USE, RETURNS, COST, EXAMPLE). Every line delivers unique information. Front-loaded with core action, followed by usage context, then operational details. No redundancy or filler despite covering complex multi-faceted behavior.

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?

Compensates well for missing output schema by detailing return values (agent name, execution steps, final output, credits). Addresses complexity of nested 'inputs' object through example. Given the tool orchestrates arbitrary multi-step workflows, the description provides sufficient guardrails for safe 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?

Schema coverage is 100%, establishing baseline 3. Description adds significant value via concrete JSON example showing nested 'inputs' structure ({ ticker: 'AAPL' }), clarifying how to populate the free-form object parameter. Also notes that inputs vary by agent type, adding semantic context beyond schema constraints.

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?

Clear verb+resource ('Run a VEROQ AI agent') with specific scope ('pre-built workflows combining multiple data sources'). Explicitly distinguishes from 50+ siblings by stating agents 'automate what would take many individual tool calls,' positioning it as the orchestration layer versus single-purpose data tools.

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?

Explicit WHEN TO USE section lists specific scenarios (portfolio reviews, due diligence, market scans). Implicitly defines boundaries by contrasting with individual tool calls. Lacks explicit 'when not to use' (e.g., simple queries), but provides clear positive guidance.

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