service_list
List Docker swarm services, with optional filters by attributes or restrict to services managed by this server.
Instructions
List swarm services.
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 - A list of service attrs dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No | ||
| managed_only | No |