Skip to main content
Glama
alexlock1

macOS MCP Server

by alexlock1

macos_save_dialog

Open a macOS save file dialog to select a location and name for saving files. Specify a prompt, default filename, and directory to streamline file saving workflows.

Instructions

Open a save file dialog and return the chosen path. Returns null if cancelled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptNoDialog prompt text
defaultNameNoDefault file name
defaultLocationNoDefault directory to save in
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: it opens a dialog, returns a path or null if cancelled. However, it doesn't mention platform-specific details (macOS-only), potential permissions, or UI behavior (e.g., modal blocking). This is adequate but lacks depth for a tool with no 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 a single, efficient sentence that front-loads the core action and outcome. Every word earns its place, with no redundancy or wasted text.

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 no annotations, no output schema, and 3 parameters with full schema coverage, the description is minimally complete. It covers the basic operation and cancellation behavior but lacks details on return format (e.g., string path structure) or error handling, leaving gaps for an AI agent.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all parameters (prompt, defaultName, defaultLocation). The description adds no additional parameter semantics beyond what's in the schema, maintaining the baseline score of 3.

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 specific action ('Open a save file dialog') and outcome ('return the chosen path'), distinguishing it from sibling tools like macos_pick_file (which opens a file selection dialog rather than a save dialog). It explicitly mentions the cancellation behavior, which further clarifies its purpose.

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

Usage Guidelines4/5

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

The description implies usage context by specifying it's for saving files, but it doesn't explicitly state when to use this tool versus alternatives like macos_pick_file or macos_pick_folder. However, the naming and purpose make the intended use case clear (saving vs. opening files).

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/alexlock1/macos-mcp'

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