Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_leave_defaultsA

Return configurable defaults used by create_leave_calendar_blocks.

set_leave_defaultsB

Persist leave-calendar defaults. Requires confirmed=true because this writes config.

create_leave_calendar_blocksA

Create two unsent Outlook calendar items for leave review.

Creates:

  1. A personal calendar blocker marked Out of Office with no attendees.

  2. A meeting notification marked Free with the supplied attendees.

Nothing is sent. Items are saved locally, and by default opened in Outlook for manual review and sending.

resolve_recipientsB

Resolve names, emails, or distribution lists using Outlook's address book/GAL.

search_contactsB

Search local Outlook contact folders by name, email, company, or job title.

infer_leave_recipientsB

Infer candidate leave-notification recipients/DLs from recent local Outlook email.

This is read-only. It scans recent mail subjects/bodies/recipients for distribution lists and department/team signals, then returns candidates for user confirmation.

search_emailA

Search locally configured Outlook desktop email by subject and/or body.

This scans the newest max_items messages in folder and returns up to max_results matches. It uses the local Outlook profile via COM, not Microsoft Graph or Outlook Web APIs.

list_mail_foldersA

List Outlook store/folder paths to help choose the folder for search_email.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 8 tools

Disambiguation4/5

Tools are mostly distinct, but three recipient-related tools (resolve_recipients, search_contacts, infer_leave_recipients) could cause some confusion regarding when to use each. However, their descriptions clearly differentiate (address book resolution vs. contact folder search vs. historical email inference), and the other tools are unambiguous.

Naming Consistency5/5

All tool names follow a strict verb_noun snake_case pattern (e.g., get_leave_defaults, search_email, create_leave_calendar_blocks). The pattern is predictable and consistent across all 8 tools, making it easy for an agent to infer naming conventions for hypothetical tools.

Tool Count5/5

With 8 tools, the server is well-scoped for its domain of Outlook leave management and search. Each tool serves a distinct function in a cohesive workflow, and the count is within the ideal range without being overwhelming or sparse.

Completeness4/5

The tool surface covers the core leave workflow: configuration, calendar block creation, recipient inference/resolution, and search capabilities. Minor gaps exist—such as no update/delete for leave calendar blocks—but these are unsent drafts intended for manual review, so the current surface seems sufficient for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues