Skip to main content
Glama
mpalermiti

outlook-mcp

by mpalermiti

outlook_create_task

Create a task in Microsoft To Do with due date, importance, body, and recurrence. Supports reminder and optional list assignment.

Instructions

Create a Microsoft To Do task with optional due date, importance, body, and recurrence.

Example: outlook_create_task(title="Send invoice", due="2026-09-01", importance="high") due is ISO 8601. importance is "low", "normal", or "high". Defaults to the user's default list when list_id is omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
list_idNo
dueNo
importanceNo
bodyNo
reminderNo
recurrenceNo
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It explains default list_id behavior and acceptable importance values, but does not mention side effects, return value, permissions, rate limits, or idempotency. This leaves significant behavioral gaps.

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 short, front-loaded with purpose, and includes an example. Every sentence adds value, though it could be slightly more structured to list all parameters explicitly.

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

Completeness2/5

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

The tool has 7 parameters, no annotations, no output schema, and many siblings. The description covers basic usage but omits return value, recurrence format, and reminder behavior, making it incomplete for confident invocation.

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

Parameters2/5

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

With 0% schema description coverage, the description must heavily compensate. It explains due format, importance values, and list_id default, but fails to describe the body, reminder boolean, or the recurrence object structure. Key parameters are left ambiguous.

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 'Create a Microsoft To Do task' with a specific verb and resource. The example reinforces the purpose and distinguishes it from sibling tools like outlook_update_task or outlook_complete_task.

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 implies use for creation but does not explicitly state when to use this tool versus alternatives like outlook_update_task or outlook_list_tasks. No exclusion or context for proper usage is provided.

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

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