Skip to main content
Glama
neverprepared

macOS Ecosystem MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging verbosity: debug, info, warn, errorinfo
SCRIPT_TIMEOUTNoScript execution timeout in milliseconds30000
ENABLE_SECURITY_VALIDATIONNoEnable security checkstrue

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
reminders_addA

Create a new reminder in Apple Reminders app. Supports title, list, notes, due date, priority (none/low/medium/high), and flagged status.

reminders_listA

List reminders from Apple Reminders app with optional filtering by list name and completion status. Returns up to 100 reminders.

reminders_completeA

Mark a reminder as completed. Can find by reminder ID (most reliable) or by title with optional list filter.

reminders_searchA

Search reminders by keyword in title or notes. Supports filtering by list and completion status.

calendar_create_eventB

Create a new event in Apple Calendar. Supports all-day and timed events with optional location, notes, attendees, and alerts.

calendar_list_eventsB

List calendar events within a date range. Can filter by specific calendar. Returns up to 100 events.

calendar_find_free_timeB

Find available time slots in your calendar for scheduling meetings. Analyzes existing events and returns free gaps.

calendar_update_eventC

Update an existing calendar event. Can modify title, dates, location, or notes.

calendar_delete_eventB

Delete a calendar event. Can find by event ID (most reliable) or by title with optional date filter.

notes_createA

Create a new note in Apple Notes app with title and body content. Supports HTML formatting in the body.

notes_appendA

Append content to an existing note. Can find by note ID (most reliable) or by title with optional folder filter.

notes_searchA

Search notes by keyword in title or body. Supports filtering by folder. Returns up to 100 notes with excerpts.

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 12 tools

Disambiguation5/5

Every tool has a clearly distinct purpose with no ambiguity, as each is scoped to a specific app (calendar, notes, reminders) and action (create, delete, update, list/search, etc.). For example, calendar_find_free_time is unique for scheduling, while notes_append is distinct from notes_create. The descriptions reinforce this by detailing specific functionalities, ensuring agents can easily differentiate between tools.

Naming Consistency5/5

Tool names follow a highly consistent verb_noun pattern throughout, with a clear structure of app_action (e.g., calendar_create_event, notes_search). All tools use snake_case uniformly, and the naming convention is predictable, making it easy for agents to infer functionality. There are no deviations in style or verb usage across the set.

Tool Count5/5

The 12 tools are well-scoped for the macOS ecosystem server, covering three key apps (calendar, notes, reminders) with a balanced set of operations. Each tool earns its place by providing essential CRUD and utility functions, such as calendar_find_free_time for scheduling. The count is neither too sparse nor bloated, fitting the domain appropriately.

Completeness5/5

The tool set offers complete CRUD/lifecycle coverage for each app domain, with no obvious gaps. For calendar, it includes create, delete, update, list, and find_free_time. For notes, it covers create, append, and search. For reminders, it has add, complete, list, and search. This comprehensive surface allows agents to handle all core workflows without dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues