create_outlook_event
Create a new Outlook Calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| summary | Yes | ||
| attendees | No | ||
| teams_meeting | No |
Create a new Outlook Calendar event.
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| summary | Yes | ||
| attendees | No | ||
| teams_meeting | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits on its own. It only states the basic creation action and does not mention required parameters, return values, side effects like sending invitations, whether it creates Teams meetings, or any permission requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence with front-loaded information and no redundant wording. It is appropriately concise for stating the core purpose, though it could benefit from more structure to guide usage.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 5 parameters, 3 required, no annotations, and no output schema, this description is severely incomplete. It lacks any information about event creation behavior, return value, time formats, or side effects, making it insufficient for an agent to invoke correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 5 parameters with 0% description coverage, and the description adds no parameter information. It does not explain the format or meaning of start/end, the attendees array, or the teams_meeting boolean, leaving the agent without critical details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Create') and resource ('new Outlook Calendar event'), making the tool's purpose obvious. However, it does not explicitly distinguish this tool from siblings like create_calendar_event or create_recurring_event, so it misses the top score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives, such as create_calendar_event or create_recurring_event. There are no usage contexts, prerequisites, or exclusions, leaving the agent to infer appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.