service_list
List Docker swarm services on a manager node, with optional filters by ID, name, label, or mode, and an option to show only services managed by this server.
Instructions
List swarm services.
Must run against a swarm manager. One entry per service (the desired state); service_ps
lists a service's tasks, and stack_services groups services by stack.
Args:
filters: Filter by attributes (id, name, label, mode)
managed_only: Only return services created by this MCP server (filters on the docker-mcp-server.managed label);
combines with any filters given
Returns: list: One full service document ({"ID", "Spec", ...}) per service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | ||
| managed_only | No |