Skip to main content
Glama

mailbox-settings

Idempotent

Retrieve and configure mailbox settings including language, timezone, working hours, and automatic replies. Set out-of-office messages and work schedules.

Instructions

Manage mailbox settings. action=get (default) retrieves settings (language, timezone, working hours, auto-replies). action=set-auto-replies configures out-of-office. action=set-working-hours configures work schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoAction to perform (default: get)
sectionNoSpecific section to retrieve (action=get, default: all)
enabledNoEnable (true) or disable (false) automatic replies (action=set-auto-replies)
startDateTimeNoStart date/time for scheduled mode, ISO 8601 format (action=set-auto-replies)
endDateTimeNoEnd date/time for scheduled mode, ISO 8601 format (action=set-auto-replies)
internalReplyMessageNoReply message for internal senders (action=set-auto-replies)
externalReplyMessageNoReply message for external senders (action=set-auto-replies)
externalAudienceNoWho receives external reply (action=set-auto-replies)
startTimeNoWork start time in HH:MM format, e.g. '09:00' (action=set-working-hours)
endTimeNoWork end time in HH:MM format, e.g. '17:00' (action=set-working-hours)
daysOfWeekNoWork days, e.g. ['monday','tuesday','wednesday','thursday','friday'] (action=set-working-hours)
timeZoneNoTime zone name, e.g. 'Australia/Melbourne' (action=set-working-hours)
Behavior3/5

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

Annotations already indicate idempotentHint=true, low risk. The description adds that 'get' is read-only and 'set' actions configure specific features. However, it does not disclose potential side effects (e.g., whether changes are reversible, permissions required) beyond what the schema and annotations imply.

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 two sentences long, efficiently front-loading the overall purpose and then detailing actions. Every word serves a purpose with no redundancy.

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?

Given 12 parameters and no output schema, the description covers the functional areas but omits details on return values (e.g., the structure of a 'get' response), error handling, or defaults. This leaves some gaps for an AI agent to infer.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% description coverage, but the description adds value by grouping parameters under their relevant actions (e.g., startDateTime for set-auto-replies). This helps an agent understand which parameters apply to which action, improving semantic clarity beyond the schema alone.

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 'Manage mailbox settings' and enumerates three distinct actions (get, set-auto-replies, set-working-hours), specifying what each does. This verb-resource pairing effectively distinguishes the tool from sibling tools like 'read-email' or 'manage-category'.

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?

The description lacks explicit guidance on when to use this tool versus alternatives. It does not provide criteria for choosing mailbox-settings over sibling tools such as 'access-shared-mailbox' or 'update-email', nor does it explain when not to use it.

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/littlebearapps/outlook-assistant'

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