🔍Search Tool
search_docs
Search the markdown knowledge corpus. Filter by document type for focused results.
When to use this
Use search_docs to search your markdown files — documentation, notes, wiki entries, and other written knowledge. Complementary to conversation search.
Quick Example
mcporter call brain.search_docs query="monotropism" filter="breakthrough"Response
## Markdown Search: "monotropism" (filter: breakthrough)
Found 5 results:
📄 monotropism-as-architecture.md (depth: 92)
"Monotropism isn't a deficit model — it's an
architectural description. Single-channel processing
with depth amplification..."
📄 bottleneck-thesis.md (depth: 88)
"The monotropic mind processes through a single
channel. This creates the bottleneck effect..."
📄 cognitive-prosthetic-design.md (depth: 85)
"Designing for monotropic attention means designing
for deep immersion with safe interruption points..."Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | Search query for the markdown corpus |
filter | string | No | — | Filter type: 'ip' (intellectual property), 'breakthrough', 'deep' (high depth score), 'project', 'todos' |
limit | integer | No | 15 | Maximum results to return |
Filter Types
| Filter | Description |
|---|---|
(none) | Search all markdown documents |
ip | Intellectual property documents |
breakthrough | Documents marked as breakthroughs |
deep | Documents with high depth scores (≥70) |
project | Project-specific documentation |
todos | Documents containing open TODOs |