Skip to main content
Glama

list_folders

Read-only

List all mailbox folders with message counts and unread counts. Filter out empty folders to find where to move emails or clarify ambiguous folder names.

Instructions

メールボックスのフォルダ一覧を、件数・未読数つきで返す。

メールをどこかへ移動する前や、利用者がフォルダ名をあいまいに言ったときに呼ぶ。

Args: only_nonempty: True なら空のフォルダを省く。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
only_nonemptyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide readOnlyHint=true, and the description adds useful behavioral context: it returns counts and unread counts, and the only_nonempty parameter filters empty folders. No contradiction with annotations.

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 concise, front-loaded with the primary purpose, followed by usage context and parameter explanation. Every sentence adds value and there is no wasted text.

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?

For a simple read-only list tool with one parameter and an output schema, the description covers purpose, when to use it, and parameter semantics. It is complete and appropriately scoped.

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?

The input schema only provides the type and default for only_nonempty. The description compensates by explaining that setting it to True omits empty folders, adding meaning beyond 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 returns a list of mailbox folders with message counts and unread counts, which is a specific verb+resource. It also differentiates itself by noting when it should be called (before moving mail or when folder names are ambiguous), setting it apart from sibling folder operations.

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 to use this tool before moving mail or when the user mentions a folder name vaguely. This gives clear usage context, though it does not mention exclusions or name alternative tools.

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/ma2no4413/outlook-mcp'

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