get_workflows
Retrieve full workflow definitions including frontmatter and markdown body. Optionally expand composed skills for each workflow.
Instructions
Return one or more workflows in full: frontmatter + markdown body. Pass a single name or multiple names in the array. With expand_skills=true, each workflow also includes the full body of every skill it composes. Missing names return {name, error} in the same array (partial success).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | ||
| expand_skills | No |