search_user_directive_notes
Find directive notes by searching content; optionally filter by type, reference, severity, or exclude specific types.
Instructions
Search note content in user_directives.db with optional additional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_string | Yes | Search string for note content (case-insensitive LIKE match) | |
| note_type | No | Optional filter by note_type | |
| reference_type | No | Optional filter by reference_type | |
| severity | No | Optional filter by severity | |
| limit | No | Maximum number of notes to return (default 100) | |
| exclude_note_types | No | List of note_type values to exclude from results (e.g., ['completed', 'obsolete']) |