Skip to main content
Glama
Vinix-Code-Dev

Wasapi MCP Server

get_workflow_volume_report

Read-only

Retrieve workflow volume reports for specific date ranges, optionally filtered by WhatsApp number, to analyze message activity.

Instructions

Reporte de volumen de workflow en un rango de fechas. from_id es un filtro opcional por número.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_idNoFiltra por número de WhatsApp; si se omite, cubre todos
end_dateYesFecha final, formato YYYY-MM-DD
start_dateYesFecha inicial, formato YYYY-MM-DD
Behavior2/5

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

Annotations include readOnlyHint=true, indicating a safe read operation. The description does not add any behavioral information beyond what the annotations provide, such as authentication requirements or what the report contains.

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?

Extremely concise with two sentences: the first provides the core purpose, the second adds a filter detail. No unnecessary words or repetition.

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 having no output schema, the description does not explain what the report returns (e.g., aggregated counts, per-day breakdown, format). This is insufficient for a report tool.

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%, so parameters are well-documented in the schema. The description adds only a single sentence about from_id, which repeats schema content. No additional meaning is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it's a workflow volume report in a date range, with an optional filter by number. It distinguishes from sibling report tools by focusing on 'workflow volume', but does not explicitly differentiate from similar reports like get_agent_volume_of_work.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus other report tools (e.g., get_agent_performance_report, get_agent_volume_of_work). The description lacks context for 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/Vinix-Code-Dev/wasapi-mcp-server'

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