Skip to main content
Glama
laststance

mac-mcp-server

by laststance

launch_app

Launch any macOS application by providing its name, such as Safari or Finder.

Instructions

Launches an application by name (e.g., "Safari", "Finder")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesApplication name to launch
Behavior2/5

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

With no annotations, the description carries full burden but only states 'Launches an application'. It does not disclose whether it starts a new instance or brings existing to foreground, what happens if the app is already running, success/failure indications, or permission requirements.

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 concise sentence that communicates the core function immediately. No extraneous words. Well-structured for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter and no output schema, the description covers the essential purpose and parameter. However, it lacks behavioral details like whether it errors on unknown app names or how it handles already running apps, which are relevant for an 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% (the only parameter 'name' has a description). The tool description adds minimal value by providing examples of valid names, but does not elaborate on format or constraints beyond the schema.

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 action ('Launches'), the resource ('application by name'), and provides concrete examples ('e.g., Safari, Finder'). It is specific and distinguishes from siblings like 'activate_app' which focuses an already running app.

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 on when to use this tool vs alternatives like 'activate_app' for focusing an app or 'click_menu_item' for interacting within an app. There is no mention of prerequisites or conditions under which launching fails.

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/laststance/mac-mcp-server'

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