Skip to main content
Glama

Get Open Counts

get_open_counts
Read-onlyIdempotent

Get the number of recipients who opened emails, with optional date, tag, and message stream filters. Requires open tracking enabled.

Instructions

Get counts of recipients who opened emails (requires open tracking).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
todateNoEnd date, YYYY-MM-DD.
fromdateNoStart date, YYYY-MM-DD.
messagestreamNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description need not restate those. It adds the key behavioral prerequisite that open tracking must be enabled, and clarifies that the count refers to recipients (implying unique recipients), which is useful context beyond the annotations.

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 a single sentence of 14 words, front-loaded with the core action and resource, and immediately states the key requirement. Every word earns its place; no wasted text or repetition of schema details.

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?

For a simple read-only count tool with an output schema and annotations, the description covers the essential purpose and prerequisite. It does not elaborate on filtering or return details, but the output schema can handle that, so the description is sufficiently complete within its context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50% (fromdate and todate have descriptions, but tag and messagestream do not). The description provides no additional parameter meaning, failing to compensate for the undocumented parameters or explain how filters like tag or messagestream affect the counts.

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 counts' and a clear resource 'recipients who opened emails', which precisely identifies the tool's function. It distinguishes from sibling tools like get_click_counts and get_sent_counts by specifying 'opened emails'.

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

Usage Guidelines3/5

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

The description implies usage for retrieving open counts and mentions the prerequisite 'requires open tracking', but it does not explicitly state when to use this tool over alternatives or provide exclusions. It lacks direct comparison with sibling count tools such as get_click_counts.

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/zonnepanelendelen/postmark_mcp'

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