Skip to main content
Glama

list

Retrieve system information on macOS, including running applications, specific app windows, or server status. Identify apps like 'Photoshop' or capture details of 'Notes' windows for automation tasks.

Instructions

Lists various system items on macOS, providing situational awareness.

Capabilities:

  • Running Applications: Get a list of all currently running applications (names and bundle IDs).

  • Application Windows: For a specific application (identified by name or bundle ID), list its open windows.

    • Details: Optionally include window IDs, bounds (position and size), and whether a window is off-screen.

    • Multi-window apps: Clearly lists each window of the target app.

  • Server Status: Provides information about the Peekaboo MCP server itself (version, configured AI providers).

Use Cases:

  • Agent needs to know if 'Photoshop' is running before attempting to automate it. { "item_type": "running_applications" } // Agent checks if 'Photoshop' is in the list.

  • Agent wants to find a specific 'Notes' window to capture. { "item_type": "application_windows", "app": "Notes", "include_window_details": ["ids", "bounds"] } The agent can then use the window title or ID with the 'image' tool. Peekaboo MCP 1.1.0 using openai/gpt-4-vision, anthropic/claude-3-opus, google/gemini-pro-vision

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appNoRequired when `item_type` is `application_windows`. Specifies the target application by its name (e.g., "Safari", "TextEdit"), bundle ID, or process ID (e.g., "PID:663"). Fuzzy matching is used for names, so partial names may work.
include_window_detailsYesOptional, only applicable when `item_type` is `application_windows`. Specifies additional details to include for each window. Provide an array of strings. Example: `["bounds", "ids"]`. - `ids`: Include window ID. - `bounds`: Include window position and size (x, y, width, height). - `off_screen`: Indicate if the window is currently off-screen.
item_typeYesSpecifies the type of items to list. If omitted or empty, it defaults to 'application_windows' if 'app' is provided, otherwise 'running_applications'. Valid options are: - `running_applications`: Lists all currently running applications. - `application_windows`: Lists open windows for a specific application. Requires the `app` parameter. - `server_status`: Returns information about the Peekaboo MCP server.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure and does so effectively. It explains the tool's capabilities in detail, mentions fuzzy matching for app identification, describes optional window details, and specifies default behaviors (item_type inference). However, it doesn't mention potential limitations like performance impact, permission requirements, or error conditions, preventing a perfect score.

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 well-structured with clear sections (Capabilities, Use Cases) and uses bullet points effectively. While somewhat lengthy, every sentence serves a purpose: explaining capabilities, providing examples, and demonstrating workflow integration. The version information at the end could be considered extraneous but doesn't significantly detract from the overall clarity.

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 tool with 3 parameters, 100% schema coverage, but no output schema or annotations, the description provides substantial context. It explains all three item_type options with practical examples, demonstrates parameter combinations, and shows how results feed into other tools. The main gap is the lack of output format description, which would be helpful given the absence of an output schema.

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?

With 100% schema description coverage, the baseline is 3. The description adds some value by providing concrete examples in the Use Cases section (e.g., 'Photoshop', 'Notes') and explaining the practical meaning of window details like 'bounds' for image capture. However, it doesn't significantly enhance parameter understanding beyond what's already documented in the comprehensive schema descriptions.

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's purpose: 'Lists various system items on macOS, providing situational awareness.' It specifies three distinct capabilities (running applications, application windows, server status) and distinguishes itself from sibling tools like 'analyze' and 'image' by focusing on listing rather than analysis or image capture. The description goes beyond the name 'list' to explain what specific items can be enumerated.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance through the 'Capabilities' and 'Use Cases' sections. It clearly indicates when to use each item_type: checking if an app is running before automation, finding specific windows for image capture, and getting server status. The description also references sibling tools ('image') for follow-up actions, creating a clear workflow context.

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

Related 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/steipete/Peekaboo'

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