Skip to main content
Glama
chandshy
by chandshy

Get Volume Trends

get_volume_trends
Read-only

Retrieve daily counts of sent and received emails over a specified number of days to analyze communication volume trends.

Instructions

Get email send/receive volume per day over a time window. Returns daily counts of received and sent messages. Does not include unread counts — use get_unread_count for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days to include

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
trendsYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds that it returns daily counts of received and sent messages, confirming read-only behavior. This goes beyond annotations by specifying the output format, but no contradictions.

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?

Two concise sentences, front-loaded with the core purpose. No extraneous information, every sentence adds value.

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?

Given the simplicity of the tool (one parameter) and the presence of an output schema (not shown but mentioned), the description is fairly complete. It states what the tool does, what it returns, and what it excludes. Minor gap: does not specify time window interpretation, but schema covers 'days'.

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 coverage is 100% for the single parameter 'days', which has a description. The tool description adds no additional information about this parameter beyond what the schema provides, so baseline score of 3 applies.

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 uses a specific verb ('Get') and clearly identifies the resource ('email send/receive volume per day'). It explicitly distinguishes itself from 'get_unread_count', a sibling tool, by stating what it does not include.

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 description clearly states when not to use this tool ('Does not include unread counts') and directs to the alternative ('use get_unread_count for that'). However, it does not provide broader usage guidelines or mention other relevant tools.

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/chandshy/mailpouch'

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