Skip to main content
Glama

Get meetings for a day

get_todays_meetings

Retrieve the signed-in user's Microsoft 365 calendar meetings for a specific date, defaulting to today. Get a clear list of scheduled meetings for that day.

Instructions

List the meetings on the signed-in user's Microsoft 365 calendar for a given day. Defaults to today if no date is provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoTarget date in YYYY-MM-DD. Defaults to today in the server timezone.
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It indicates a read-only operation ('List'), notes that it operates on the signed-in user's calendar, and mentions default date behavior. However, it does not disclose return format, pagination, or any limitations, which would be useful for a tool without annotations.

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 a single focused sentence (two clauses) that immediately states the action and scope, with no redundant information.

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

Completeness4/5

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

For a simple tool with one optional parameter and no output schema, the description covers the core behavior and default. It could be more complete by describing the return structure or noting any restrictions, but it is adequate for basic use.

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 coverage is 100% (the only parameter 'date' is fully described with pattern and default). The description adds no new semantic meaning beyond the schema, so baseline 3 applies.

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 a specific verb ('List') and resource ('meetings on the signed-in user's Microsoft 365 calendar for a given day'), distinguishing it from the sibling tool get_availability which likely returns availability slots rather than meeting details.

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 gives clear context (listing meetings for a day, with default to today), but does not explicitly mention when to use this instead of get_availability, so it lacks explicit exclusion/alternative 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/khushalB-sf/calendar-mcp'

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