Skip to main content
Glama
Doist

Twist AI MCP Server

Official
by Doist

fetch-inbox

Read-onlyIdempotent

Fetches the inbox view including threads, conversations, and unread counts. Supports filtering by date, unread status, and archive state.

Instructions

Fetch inbox view with threads, conversations, unread counts, and unread IDs. Provides a complete picture of the inbox state. Use archiveFilter "all" to include threads marked as done alongside active threads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return.
sinceDateNoOptional date to get items since (YYYY-MM-DD format).
untilDateNoOptional date to get items until (YYYY-MM-DD format).
onlyUnreadNoOnly return unread items.
workspaceIdYesThe workspace ID to fetch inbox for.
archiveFilterNoFilter inbox threads by archive status. "active" (default) shows only current threads, "archived" shows only done/archived threads, "all" shows both active and done threads.active

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
threadsYes
unreadCountYes
workspaceIdYes
totalThreadsYes
conversationsYes
unreadThreadsYes
totalConversationsYes
unreadConversationsYes
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, which cover safety behavior. The description adds that it provides a 'complete picture of the inbox state' and lists return components, but does not disclose additional behavioral traits like rate limits or authentication requirements.

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?

Three sentences, front-loaded with purpose, followed by a completeness claim and a specific parameter tip. No redundant or irrelevant content.

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

Completeness5/5

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

Given the existence of an output schema and comprehensive annotations, the description sufficiently covers what the tool returns (threads, conversations, unread counts, unread IDs) and offers a parameter usage hint. It is complete for a read-only, idempotent tool.

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 baseline is 3. The description adds value by providing a usage example for archiveFilter, which clarifies how to include done threads. This extra guidance justifies a score above baseline.

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 fetches the inbox view with threads, conversations, unread counts, and unread IDs. It distinguishes itself from sibling tools like load-conversation or load-thread by focusing on the aggregate inbox overview.

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 provides guidance on using the archiveFilter parameter ('Use archiveFilter "all" to include threads marked as done alongside active threads.') but does not explicitly compare this tool to alternatives or specify when not to use it.

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/Doist/twist-ai'

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