Last modified June 21, 2026
'muster get' command reference
muster get retrieves details about one resource. The aggregator must be running, or --endpoint must point at a remote one.
Usage
muster get <type> <name|uri|id> [flags]
Resource types
| Type | Identified by | Description |
|---|---|---|
service | name | Detailed status of a service |
mcpserver | name | MCP server details and configuration |
workflow | name | Workflow definition and details |
workflow-execution | execution ID | Workflow execution details and results |
tool | name | MCP tool details, including its input schema |
resource | URI | MCP resource metadata |
prompt | name | MCP prompt details, including its arguments |
Flags
get accepts the common flags. Use --output yaml or --output json to inspect the full resource.
Examples
muster get service prometheus
muster get workflow auth-flow
muster get workflow-execution abc123-def456-789
muster get mcpserver kubernetes --output yaml
muster get tool core_service_list
Related
muster list- List resources.- Custom resources - The
MCPServerandWorkflowschemas.
Need help, got feedback?
We listen to your Slack support channel. You can also reach us at support@giantswarm.io. And of course, we welcome your pull requests!