find_directives_by_intent_keyword
Retrieve directive IDs that match specified intent keywords, using OR or AND logic to combine multiple keywords for precise filtering.
Instructions
Find directive IDs matching one or more intent keywords (direct keyword lookup)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | Single keyword string or array of keywords | |
| match_mode | No | "any" for OR logic, "all" for AND logic |