Skip to main content
Glama

create_user_event

Create a calendar event on a user's personal Microsoft Teams calendar by providing subject, start and end times, and an optional description.

Instructions

Create a calendar event on a user's personal calendar

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYesEvent subject/title
user_idYesThe user's object ID or UPN
descriptionNoOptional event description
end_date_timeYesEnd time (ISO 8601)
start_date_timeYesStart time (ISO 8601, e.g. 2026-06-23T14:00:00Z)
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral context. It only states the creation action, without mentioning permissions, side effects (e.g., whether updates are auditable), rate limits, or confirmation behavior. The agent has no insight into prerequisites or consequences beyond the basic operation.

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?

Single sentence of 7 words, directly stating the tool's function. No extraneous information. Perfectly concise.

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?

The tool has no output schema and moderate complexity with 5 parameters. The description does not mention expected return value (likely the created event object) or any behavior after creation (e.g., confirmation, recurrence support). While the schema provides parameter details, the description lacks completeness for an agent to fully understand the tool's outcome.

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?

All parameters are fully described in the input schema (100% coverage). The description adds no additional semantic context beyond stating the purpose. Schema already documents data types and examples (e.g., ISO 8601 format for dates), so the description's contribution is minimal.

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?

Description clearly states the tool creates a calendar event on a user's personal calendar, using a specific verb and resource. It is distinguishable from sibling tools like 'create_event' (likely for team calendars) and 'create_online_meeting' (a different type).

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?

No explicit guidance on when to use this tool versus alternatives like 'create_event'. The intended use case is implied by the name and description but not clarified, leaving ambiguity for an AI agent.

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/Anupam890/ms-teams-mcp'

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