Skip to main content
Glama
resend

Email Sending MCP

by resend

List Templates

list-templates

Retrieve a list of email templates with names, statuses, and aliases from Resend. Supports pagination with limit and cursor parameters.

Instructions

List all email templates from Resend. Returns template names, statuses, and aliases. Don't bother telling the user the IDs unless they ask for them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoTemplate ID after which to retrieve more (for forward pagination). Cannot be used with "before".
limitNoNumber of templates to retrieve. Default: 20, Max: 100, Min: 1
beforeNoTemplate ID before which to retrieve more (for backward pagination). Cannot be used with "after".
Behavior3/5

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

No annotations are present, so the description carries full burden for behavioral disclosure. It mentions return fields (names, statuses, aliases) but does not describe pagination behavior, rate limits, or other side effects. The input schema implies pagination but the description adds little beyond that.

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 two sentences long with no wasted words. The first sentence clearly states the purpose, and the second provides a useful directive for the agent. It is front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has three optional parameters with schema descriptions but no output schema, the description is adequate but not complete. It explains what is returned but omits details about list size, pagination behavior, or how the parameters affect results. For a list operation, this is a typical but minimal description.

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 the schema already documents all three parameters. The description adds no additional meaning or context for parameters like 'after', 'limit', or 'before', so it meets the baseline but provides no extra value.

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 states the tool lists all email templates from Resend, which is a specific verb ('list') and resource ('email templates'). It clearly distinguishes from sibling tools like create-template, get-template, and other list tools by specifying the resource type.

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?

The description provides no guidance on when to use this tool versus alternatives. It includes a note on not bothering the user with IDs unless asked, but this is about agent communication strategy, not tool selection. There is no comparison with sibling tools or exclusion criteria.

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/resend/resend-mcp'

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