get_build_profile_workflows
Get workflows for a build profile by profile ID. Returns list with workflow ID, name, and last used time.
Instructions
Get workflows for a build profile by profile ID.
Returns the list of workflows associated with the given build profile, including workflow id, name, and last used time.
Args: profile_id: The build profile ID (e.g. UUID).
Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (list of workflow objects), meta (count). - Error: success (false), error (tool, type, message, details).
Examples: Get workflows for a profile: get_build_profile_workflows(profile_id="uuid-here")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |