Skip to main content
Glama

manage-category

Manage Outlook color-coded categories: list, create, update, or delete master category labels. Deleting a category retains the label on existing messages.

Instructions

Manage the user's master category list (the colour-coded labels available across mail/calendar/contacts). action=list (default) returns categories with id/displayName/color. action=create adds a new category — displayName required, color optional (preset0-preset24, e.g. preset0=Red, preset7=Blue). action=update (alias set — deprecated) changes name/colour by id. action=delete removes a category — this does NOT untag messages already labelled with it; existing messages retain the orphaned label until manually cleaned. Use apply-category to tag/untag specific messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction to perform (default: list). 'set' is a deprecated alias for 'update'.
outputVerbosityNoOutput detail level (action=list, default: standard)
displayNameNoCategory name (action=create required, action=update optional)
colorNoColor preset, e.g. preset0=Red, preset7=Blue (action=create/update)
idNoCategory ID (action=update/delete, required)
categoryIdNoDEPRECATED: alias for `id`. Will be removed in v3.8.0.
Behavior5/5

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

The description discloses behavioral details beyond annotations: delete does not untag messages, and 'set' is deprecated. This adds transparency not available from the annotations alone, and there is no contradiction.

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 a single coherent paragraph that covers all actions without redundancy. It front-loads the purpose and efficiently organizes details for each action. Minor improvement could be breaking into sections, but it remains readable and concise.

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 multi-action tool with no output schema, the description covers what each action returns (e.g., list returns id/displayName/color), required parameters per action, and the deprecated parameter. It is complete and leaves no major gaps.

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 has full coverage of parameters (100%), so baseline is 3. The description adds value by explaining color presets (e.g., preset0=Red), clarifying the default action, and noting the alias 'set' is deprecated. This extra context warrants a 4.

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 it manages the 'master category list' and lists specific actions (list, create, update, delete). It distinguishes itself from sibling tool 'apply-category' by noting the latter is for tagging/untagging messages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use each action, mentions that 'set' is a deprecated alias for 'update', and directs users to 'apply-category' for tagging/untagging. It also explains the effect of delete not removing labels from existing messages.

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

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