Available MCP Tools
A complete reference of all MCP tools available in BrainTube's MCP server.
BrainTube's MCP server exposes these tools for AI assistants to query your knowledge.
Search Tools
search
Search your entire knowledge corpus using semantic and keyword search.
- query (string) — What to search for
- limit (number, optional) — Max results (default: 10)
search_by_source
Filter search results by content source type (youtube, article, notion, screenshot).
get_related
Find content related to a specific item with configurable graph traversal depth (1-3).
Knowledge Graph
get_knowledge_graph
Traverse the knowledge graph around specific items with configurable depth and edge type filtering.
Memory & Review
smart_resurface
Get items due for spaced repetition review using the SM-2 algorithm. Automatically marks resurfaced items as seen.
get_session_brief
Get a contextual brief of recent learning activity.
get_recent_conversations
Retrieve recent AI chat conversations for context.
Item Management
tag_item
Add tags to a specific item in your corpus.
Best Practices
- Start with search for broad queries
- Use get_related to explore connections from search results
- Chain search → get_knowledge_graph for deep exploration
- Use smart_resurface in daily review workflows