semantic_search
Search workflows, templates, and code files with semantic queries. Specify content type and optional limits, file, or project paths to retrieve relevant results across your codebase.
Instructions
Unified semantic search across different content types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type of content to search | |
| limit | No | Maximum number of results (default: 10) | |
| query | Yes | Search query | |
| filePath | No | Path to file (required for code type) | |
| projectPath | No | Path to project (required for code type) |