search-prompts
Search prompts by filename or content using fuzzy matching that handles typos and partial inputs.
Instructions
Search prompts by filename or content with intelligent fuzzy matching
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (supports typos and partial matches) | |
| threshold | No | Similarity threshold (0-1, lower = more permissive, default: 0.3) | |
| maxResults | No | Maximum number of results (default: 10) | |
| searchInMeta | No | Whether to search in metadata (tags, category) (default: true) | |
| searchInContent | No | Whether to search in prompt content (default: true) |