Skip to main content
Glama
torosent

copilot-outlook-connector

by torosent

calendar_find_availability

Read-only

Find common free time slots across multiple Outlook calendars by checking busy, tentative, OOF, working-elsewhere, and all-day events that block availability.

Instructions

Find common UTC slots across every explicit account/calendar source. Busy, tentative, OOF, working-elsewhere and all-day events block; unknown or incomplete data yields no slots.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endYes
startYes
sourcesYes
maxSlotsNo
stepMinutesNo
durationMinutesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior4/5

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

The description adds meaningful behavior beyond the readOnlyHint annotation by specifying which event types block availability and that unknown or incomplete data yields no slots. It is consistent with the read-only and open-world 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 compact and information-dense, using two sentences to convey the core operation, blocking rules, and failure behavior. There is no redundant or extraneous content.

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 description covers important behavioral edge cases and UTC scope, but because there is no output schema, it does not clarify the exact return shape or how slots are represented. An agent may still need to infer result structure.

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?

Schema description coverage is very low; only nested calendarId has a description. The tool description does not explain key parameters like start, end, durationMinutes, maxSlots, or stepMinutes beyond their names and schema constraints.

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's purpose: finding common UTC availability slots across explicitly specified accounts/calendars. It also names the resource type and distinguishes the operation from calendar listing/creation by focusing on availability computation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is given about when to use this tool versus sibling alternatives like calendar_free_busy or calendar_list_events. The description says what it does but not when an agent should prefer it over related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/torosent/copilot-outlook-connector'

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