Skip to main content
Glama

pipedrive_list_mail_threads

Retrieve mail threads from your authenticated Pipedrive mailbox. Filter by inbox, drafts, sent, or archive folders to manage email communications within your CRM pipeline.

Instructions

List mail threads from YOUR mailbox only (authenticated user). Other users' threads are not accessible. Use folder parameter to filter by inbox, drafts, sent, or archive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderNoMail folder (default: inbox)
startNoPagination offset
limitNoNumber of items
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: user-specific access ('YOUR mailbox only'), authentication context ('authenticated user'), and folder filtering capability. However, it lacks details on pagination behavior (implied by start/limit parameters but not explained), rate limits, error handling, or return format, leaving gaps for a list operation.

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 appropriately sized with two sentences that are front-loaded: the first states the core purpose and access scope, the second adds parameter guidance. Every sentence earns its place by providing essential information without redundancy or fluff, making it efficient and well-structured.

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 no annotations and no output schema, the description is moderately complete. It covers purpose, access scope, and parameter usage, but lacks details on behavioral aspects like pagination, response format, or error handling. For a list tool with 3 parameters and user-specific data, more context on output and constraints would improve completeness, though it meets minimum viability.

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

Parameters4/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 adds value by explaining the folder parameter's purpose ('to filter by inbox, drafts, sent, or archive'), which clarifies usage beyond the schema's enum list. It also implies default behavior ('default: inbox' is in schema, but description reinforces filtering context). However, it does not add meaning for start/limit parameters beyond what the schema provides.

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 verb 'List' and resource 'mail threads' with specific scope 'from YOUR mailbox only (authenticated user)', distinguishing it from sibling tools like pipedrive_get_mail_thread (singular) or pipedrive_get_mail_message. It explicitly mentions what is excluded ('Other users' threads are not accessible'), making the purpose highly specific and differentiated.

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 provides clear context on when to use this tool: for listing mail threads from the authenticated user's mailbox, with folder filtering. It implicitly distinguishes from sibling tools by focusing on threads (not messages or other entities) and user-specific access. However, it does not explicitly mention when NOT to use it or name alternatives (e.g., vs. pipedrive_get_mail_thread for a single thread), missing full explicit guidance.

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/ckalima/pipedrive-mcp-server'

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