Skip to main content
Glama

Known Folders

file_known_folders
Read-only

List well-known macOS folders (Home, Desktop, Documents, etc.) with resolved paths, existence status, and whether they are within allowed paths. No permission required.

Instructions

List well-known macOS folders (home, Desktop, Documents, Downloads, Pictures, Music, Movies, Applications, Library, tmp, and iCloud Drive if present) with their resolved path, whether they exist, and whether they fall within the currently allowed paths (MACCTL_ALLOWED_PATHS). No permission required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral context beyond the annotations: 'No permission required', iCloud Drive included conditionally, and the specific resolved-path/existence/allowed-path output. This enriches the agent's understanding of runtime behavior.

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 dense sentence that front-loads the action and resource, then packs in the folder list and output fields. Every clause carries useful information, with no fluff or redundant restatement.

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

Completeness5/5

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

Given no output schema, the description fully explains the return values (resolved path, existence, allowed-path status) and notes the environmental dependency on MACCTL_ALLOWED_PATHS. The input side is trivial (no parameters), so the description is complete for the tool's actual complexity.

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

Parameters4/5

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

The tool has zero parameters, making schema coverage 100% trivially. The baseline for 0 parameters is 4, and the description does not need to add parameter-level detail since there are none to document.

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 uses the specific verb 'List' with the resource 'well-known macOS folders', enumerating the exact folders and the output attributes (resolved path, existence, allowed-path membership). This clearly distinguishes it from sibling tools like file_list or file_search.

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

Usage Guidelines3/5

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

The description implies usage through context—listing standard macOS folders without requiring permissions—but does not explicitly state when to prefer this tool over alternatives like file_list or file_search. No exclusions or alternative comparisons are provided.

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/sitharaj88/macctl'

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