Skip to main content
Glama

List Services

list_services
Read-only

Lists launchd services, combining running processes with installed LaunchAgents and LaunchDaemons plists. Optionally scans system directories for a complete view.

Instructions

List launchd services: running processes (launchctl list) joined with installed LaunchAgents/LaunchDaemons plists under ~/Library/LaunchAgents, /Library/LaunchAgents, and /Library/LaunchDaemons. No permission required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeSystemNoAlso scan /System/Library/Launch{Agents,Daemons} (very large). Defaults to false.
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds meaningful behavioral context: it describes the join of running processes with installed plists, lists the exact directories scanned, and states that no permission is required. This provides value beyond the annotation flags.

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, well-structured sentence that front-loads the action and resource, then provides necessary detail on data sources. There is no redundancy or filler.

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 one optional parameter and no output schema, the description covers the core behavior, data sources, and permission requirements. It does not explicitly mention the includeSystem parameter, but the schema provides that detail. Overall, it is sufficiently complete.

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 has 100% coverage with the includeSystem parameter clearly described. The description does not mention parameters, but the schema handles that semantics fully. Baseline score of 3 is appropriate.

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 ('List') and the resource ('launchd services'), and further specifies the data sources (launchctl list joined with plists from specific directories). This makes it unambiguous and distinguishes it from sibling tools like process_list or list_installed_apps.

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 does not explicitly mention alternatives or when not to use the tool. It does provide a useful usage hint ('No permission required'), implying easy accessibility, but lacks exclusions or comparisons. The intended use case is clear from the resource name, but no explicit guidance is given.

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