Skip to main content
Glama

list_calendars

Retrieve all calendars from a user's Microsoft Outlook mailbox, including shared or delegated calendars, to identify available scheduling resources.

Instructions

List the user's calendars.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mailboxNo
include_rawNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.2

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states what the tool lists. It does not explain whether the mailbox parameter changes scope, whether include_raw affects output, what happens with a null mailbox, or any other behavioral details.

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 sentence with no filler or redundant phrasing. It is efficiently front-loaded with the action and target resource, and every word contributes to clarity.

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?

For a tool with two parameters and no output schema or annotations, the description is too sparse to be fully actionable. An agent would need parameter semantics and behavioral context to invoke it confidently, especially regarding mailbox and include_raw.

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 0%, so the description must compensate, but it adds no information about the 'mailbox' or 'include_raw' parameters. Their names give hints, but the description does not clarify how to use them or what values are expected.

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 uses the specific verb 'List' with a clear resource, 'the user's calendars'. It distinguishes this tool from siblings like list_events because it targets calendar entities specifically, leaving no ambiguity about what it returns.

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 guidance is provided about when to use this tool versus related tools such as list_events or get_event. The description gives no context for prerequisites, typical workflow, or situations where an alternative should be chosen.

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