Skip to main content
Glama

manage-category

Organize Outlook emails by creating, updating, listing, or deleting master categories to classify and color-code messages for better inbox management.

Instructions

Manage master categories. action=list (default) lists categories. action=create creates a category. action=update changes name/color. action=delete removes a category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction to perform (default: list)
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)
Behavior3/5

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

Annotations already indicate this is not read-only and not destructive, but the description adds valuable context about what each action does (e.g., 'delete removes a category'). However, it doesn't disclose important behavioral traits like permission requirements, rate limits, or what happens when deleting a category with existing data. With annotations covering basic safety, the description adds some but not comprehensive behavioral context.

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 extremely concise (one sentence with four action clauses) and front-loaded with the core purpose. Every clause earns its place by specifying distinct functionality. No wasted words or redundant information.

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 the tool's moderate complexity (5 parameters, multiple actions including mutations) and lack of output schema, the description is adequate but has gaps. It covers the basic actions but doesn't explain return values, error conditions, or important constraints. With annotations providing some safety context but no output schema, more completeness would be helpful for a multi-action mutation tool.

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

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents all 5 parameters. The description mentions the four action types but doesn't add meaningful semantic context beyond what the schema provides about parameter usage or relationships. Baseline 3 is appropriate when the schema does the heavy lifting.

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 manages master categories with four specific actions (list, create, update, delete). It distinguishes this from sibling tools like 'apply-category' by focusing on management rather than application, and from 'manage-contact' by specifying category resources.

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 for when to use each action (list for listing, create for creating, etc.), but doesn't explicitly state when to choose this tool over alternatives like 'apply-category' or provide exclusion criteria. The default action (list) is mentioned, giving some usage 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/littlebearapps/outlook-mcp'

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