Skip to main content
Glama

apple_finder

Manage Finder files, folders, trash, disks, and tags. Perform actions like open, reveal, rename, move, copy, delete, and set wallpaper.

Instructions

Manage Finder: files, folders, trash, wallpaper, disks, tags. Actions: open_folder, reveal, desktop_files, empty_trash, trash_count, eject_disk, eject_all, set_wallpaper, create_folder, file_info, rename, move, copy, delete, create_alias, get_selection, tags, set_tag, list_folder, disk_info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoTag name to set
nameNoName of the disk to eject
pathNoPath to the folder to open
actionYesopen_folder: Open a folder in Finder; reveal: Reveal a file in Finder; desktop_files: List files on the desktop; empty_trash: Empty the Trash; trash_count: Count items in the Trash; eject_disk: Eject a specific disk; eject_all: Eject all mounted disks; set_wallpaper: Set the desktop wallpaper; create_folder: Create a new folder; file_info: Get info about a file (size, type, modification date); rename: Rename a file or folder; move: Move a file or folder to a new location; copy: Copy a file or folder to a new location; delete: Move a file or folder to the Trash; create_alias: Create a Finder alias (symlink-like shortcut); get_selection: Get the currently selected files in Finder; tags: Get Finder tags of a file; set_tag: Set a Finder tag on a file; list_folder: List contents of a folder (up to 30 entries); disk_info: Get info about mounted volumes and disks
confirmNoSet to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing.
locationNoLocation (default: desktop)
new_nameNoNew name for the file
destinationNoDestination folder path
Behavior2/5

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

There are no annotations, and the description does not disclose side effects, destructive behavior, or the need for confirmation despite the schema mentioning 'protected/destructive action'. It also doesn't explain what happens to trash, disks, or files during actions like delete or eject.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-organized sentence with a category prefix and action list. It is efficient but reads as a laundry list, with some redundancy against the schema enum.

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?

With 20 actions and no output schema or annotations, the description omits return formats, side effects, prerequisites, and when to set confirm. It is insufficient for effectively invoking all tool actions safely.

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 input schema already documents all 8 parameters with 100% coverage, including per-action descriptions in the enum. The description adds no parameter semantics beyond repeating the action list, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Manage Finder' and enumerates 20 actions covering files, folders, trash, wallpaper, disks, and tags. This clearly identifies the Finder resource and distinguishes it from sibling Apple tools, though it is an umbrella statement rather than a single verb+object.

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 when-to-use or alternative guidance is provided. It merely lists capabilities, leaving the agent to infer that any Finder operation belongs here, but there are no exclusions or compared alternatives.

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