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

TypeIdentified byDescription
servicenameDetailed status of a service
mcpservernameMCP server details and configuration
workflownameWorkflow definition and details
workflow-executionexecution IDWorkflow execution details and results
toolnameMCP tool details, including its input schema
resourceURIMCP resource metadata
promptnameMCP 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