get_helpers_for_directive
Discover which MCP tools to call when executing a directive's steps. Retrieves the list of helpers for a specified directive in a functional programming project.
Instructions
Get the list of MCP tools available for a directive workflow. Use to discover which tools to call when executing a directive's steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directive_name | Yes | Name of the directive to get helpers for | |
| include_helpers_data | No | If true, includes full helper_functions data |