Skip to main content
Glama
CommonNinja

@sendraven/mcp

Official
by CommonNinja

list_threads

List email conversations and filter to threads awaiting your reply, so you can identify messages that need a response.

Instructions

List email conversations. Pass awaiting_reply=true to get only the threads where someone has written to you and you haven't answered — this is the tool to poll when deciding what needs a response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
awaiting_replyNo
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

The description adds meaningful awaiting_reply filter semantics, which goes beyond the boolean parameter name. However, it does not disclose the default when the flag is omitted, what the returned list contains beyond 'conversations', or ordering/pagination behavior; with no annotations available, those details are left for the agent to infer.

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 sentences, front-loaded with the action and resource; the second sentence earns its place by explaining the key flag and use case. No filler.

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 optional-parameter list tool, the description gives enough to select and call it, especially for the primary awaiting-reply workflow. It could be more explicit about the default mode and response shape, but those are minor for this complexity.

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?

Awaiting_reply is given a precise, human-readable definition (someone wrote to you and you haven't answered), which the bare boolean schema cannot convey. Limit is not mentioned, but its name plus integer min/max in the schema make its cap semantics inferable, so the description covers the non-obvious parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Names the resource (email conversations/threads) and action ('List'), and adds that this is the tool to poll for pending replies. It does not explicitly contrast with list_emails or get_thread, but the thread-focused wording makes the intended resource clear.

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?

Explicitly instructs to pass awaiting_reply=true to filter for threads where someone wrote and you haven't replied, and calls it the tool to poll when deciding what needs a response. It stops short of naming alternatives or exclusions, so it is context-rich but not a full routing guide.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/CommonNinja/sendraven-mcp-server'

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