VenuVidya — Carnatic Flute Study Guide
io.github.pradeep-anantha/venuvidyaKannada/English Carnatic flute KSGMS syllabus — search lessons, log practice, ask a RAG guru.
Tools · 7
Keyword (BM25) search across all Carnatic flute lessons. Args: query: Natural-language question or keywords (English or Kannada). k: Number of top results to return (1-10, default…
Fetch the full study content of a single lesson. Args: lesson_id: Lesson identifier, e.g. 'junior-theory-1-4'.
List lesson metadata. Filter by level/category. Args: level: 'junior' | 'senior' | 'vidwat'. category: e.g. 'theory-1', 'practical-1', etc.
List recent class journal entries (date descending). Args: level: optional level filter. limit: max number of classes (1-100, default 20).
Fetch a single class journal entry with its items and practice log.
Ask VenuVidya — the in-app RAG chatbot. Returns a grounded answer + citations. Args: question: Student question (2-1500 chars). level: Optional level filter for retrieval ('junior…
Log a practice session against a class item. Requires admin_pin. Args: class_id: Parent class id. item_id: Item id inside the class (kriti/varna/etc.). practiced_on: Date …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"venuvidya_—_carnatic_flute_study_guide": {
"url": "https://venuvidya-backend-production.up.railway.app/api/mcp/",
"transport": "streamable-http"
}
}
}