get_workflow_section
Retrieve a specific section from a project's workflow procedure to jump to reference information or parts like error recovery protocols or quality gates.
Instructions
Get a specific section from the workflow
Retrieves a named section from the project's workflow procedure. Useful for jumping to specific parts of the workflow or getting reference information.
Args: section: Section title to retrieve project: Project name (uses default if not specified)
Returns: Section content
Examples: get_workflow_section(section="Error Recovery Protocols", project="trowel") get_workflow_section(section="Quality Gates")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |