get_directives_with_intent_keywords
Search directives by intent keywords using AND/OR logic and return full directive objects with optional keyword match details.
Instructions
Search directives by intent keywords and return full directive objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | Single keyword or array of keywords | |
| match_mode | No | "any" for OR logic, "all" for AND logic | |
| include_keyword_matches | No | Include which keywords matched |