🔍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

NameTypeRequiredDefaultDescription
querystringYesSearch query for the markdown corpus
filterstringNoFilter type: 'ip' (intellectual property), 'breakthrough', 'deep' (high depth score), 'project', 'todos'
limitintegerNo15Maximum results to return

Filter Types

FilterDescription
(none)Search all markdown documents
ipIntellectual property documents
breakthroughDocuments marked as breakthroughs
deepDocuments with high depth scores (≥70)
projectProject-specific documentation
todosDocuments containing open TODOs