Skip to main content
Glama
resend

Email Sending MCP

by resend

List Contact Segments

list-contact-segments

List all segments a contact belongs to in Resend using their contact ID or email address.

Instructions

List all segments a contact belongs to in Resend (by contact ID or email). Don't bother telling the user the IDs or creation dates unless they ask for them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoSegment ID after which to retrieve more (for forward pagination). Cannot be used with "before".
emailNoContact email address
limitNoNumber of segments to retrieve. Max: 100, Min: 1. If omitted, all segments are returned.
beforeNoSegment ID before which to retrieve more (for backward pagination). Cannot be used with "after".
contactIdNoContact ID
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the core behavior but does not disclose traits like read-only nature, pagination behavior, or error handling. The schema covers parameters, but behavioral details are minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences. The first sentence states the purpose, and the second provides an instruction to the AI. It is efficient, though the second sentence is somewhat extraneous for tool definition.

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 absence of an output schema, the description does not explain return values. For a list tool, this is a gap. However, the parameter schema is well-documented, and the context of sibling tools is not explicitly addressed.

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 baseline is 3. The description does not add significant meaning beyond what the schema already provides for the parameters. The 'by contact ID or email' hint is already implicit in the schema.

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 clearly states the tool's purpose: 'List all segments a contact belongs to in Resend (by contact ID or email).' It uses a specific verb ('List') and resource ('segments a contact belongs to'), and it distinguishes from siblings like 'list-segments' which lists all segments.

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 explicitly says 'by contact ID or email', which implies the agent should provide one of these parameters. However, it does not provide explicit when-not-to-use or name alternatives, but the context is clear enough for basic use.

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