Skip to main content
Glama

kickstart_service

Start or restart a launchd service by specifying its target, optionally killing any running instance first.

Instructions

Start or restart a service via launchctl kickstart.

Args: target: A launchd target, e.g. "gui/501/com.example.app". kill_existing: If true, pass -k to kill any running instance first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
kill_existingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

No annotations are present, so the description carries the behavioral disclosure burden. It explicitly discloses that kill_existing=true passes -k and kills a running instance first, which is the main side-effect. It does not mention permission requirements or what happens when the service is not loaded, but the destructive behavior is surfaced.

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 short and front-loaded with the primary action before the argument explanations. There is no filler, repetition of the schema, or unnecessary detail.

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 two-parameter tool with an output schema, the description covers the action and both parameters well. It omits prerequisites such as the service needing to be loaded before kickstart versus bootstrap, but this is a minor gap for a relatively simple tool.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate, and it does. The Args section explains target with a concrete launchd example and explains kill_existing's exact effect via -k. This adds meaningful semantics beyond the raw schema's titles and types.

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 opens with 'Start or restart a service via launchctl kickstart', which is a specific verb and resource. It clearly distinguishes this tool from sibling operations like bootstrap_service, bootout_service, enable_service, and disable_service by naming the exact launchctl action.

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 states the core operation ('start or restart') but does not explicitly say when to choose kickstart_service over bootstrap_service or bootout_service, nor does it mention exclusions. Usage context is implied by the operation and sibling names, but no direct guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/igtm/launchd-mcp'

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