ctx_semantic_search Intelligence Tools Semantic code search (BM25 + optional embeddings/hybrid). action=reindex to rebuild.
Parameters
7
Required
1
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
action | string | No | reindex to rebuild index |
languages | array | No | Optional: restrict to languages/extensions (e.g. ["rust","ts","py"] or ["rs","tsx"]) |
mode | "bm25" | "dense" | "hybrid" | No | Search mode (default: hybrid). bm25=lexical only, dense=embeddings only, hybrid=BM25+embeddings |
path | string | No | Project root to search (default: .) |
path_glob | string | No | Optional: glob over relative file paths (e.g. "rust/src/**" or "**/*.rs") |
query | string | Yes | Natural language search query |
top_k | integer | No | Number of results (default: 10) |
Schema MD5:
634633b8dd18cb4cf44a1c1b2266d234 ← Back to all tools