Skip to main content
Glama

apple_apps

Manage macOS applications: launch, quit, force quit, check if running, list running apps, hide, or bring to front.

Instructions

Manage macOS applications. Actions: open, quit, force_quit, is_running, list_running, hide, activate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoApplication name (e.g. Safari, Finder, Slack)
actionYesopen: Open/launch an application; quit: Quit an application gracefully; force_quit: Force quit an unresponsive application; is_running: Check if an application is currently running; list_running: List all currently running applications; hide: Hide an application; activate: Bring an application to the front without launching a new window
confirmNoSet to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing.
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only lists action names. It does not mention that quit/force_quit are destructive and require confirmation, nor does it describe outcomes or permission requirements. The schema's confirm parameter hints at this, but the description text adds no transparency.

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, front-loaded sentence that immediately states the tool's purpose and then lists all actions. There is no wasted wording, and the action list is useful for a quick scan.

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

Completeness2/5

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

Given the tool's complexity (3 params, 7 actions) and the lack of annotations or output schema, the description is too sparse. It does not explain what the tool returns, what inputs are needed for each action, or how the confirm parameter works, leaving significant gaps 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?

The schema provides 100% parameter descriptions, including detailed explanations for each action enum value, so the description adds no extra parameter semantics. It does not clarify relationships between parameters, such as name being required for most actions or confirm being needed for destructive ones, but the schema already covers the basics.

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 tool manages macOS applications and lists seven specific actions, giving a precise verb+resource scope. This differentiates it from sibling tools like apple_safari or apple_finder, which target individual applications.

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 provides no guidance on when to use this tool versus the many sibling app-specific tools, nor does it mention alternatives or exclusions. It only lists actions without explaining use cases, leaving the agent to guess which tool is appropriate.

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/lacausecrypto/apple-mcp-server'

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