Connection check
verified live · 20h ago
corpus
Read-only semantic search over Vedic scripture verses, commentaries, and recorded lectures.
Tools
21
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
21 toolsRead from the running server on 20h ago.
author_list
can modify data
read-only
langlimitcursor
List all authors. List all authors.
author_resolve
can modify data
read-only
langlimitquery*
Find a author by name (fuzzy). Find a author by name (fuzzy).
document_get
can modify data
read-only
id*lang
Get a document (commentary/prose_chapter/letter) by id. Get a document (commentary/prose_chapter/letter) by id.
document_list
can modify data
read-only
kindlanglimitcursorsource*tokens
+1
List documents at a reference / in a book. A verse's purport = document_list(source, tokens, kind:"commentary"). List documents at a reference / in a book. A verse's purport = document_list(source, tokens, kind:"commentary").
excerpt_prepare
can modify data
end_ms*start_ms*track_id*
Generate (or fetch, if cached) the audio clip for a lecture passage and return its playable URL. This is the excerpt player's Play action — it is called for you by the player UI on… Generate (or fetch, if cached) the audio clip for a lecture passage and return its playable URL. This is the excerpt player's Play action — it is called for you by the player UI on demand. Agents should use excerpt_render to show the player, not call this directly. Idempotent: same track+window returns the same cached clip.
excerpt_render
can modify data
langend_ms*start_ms*track_id*
Let the user HEAR a lecture passage inline. Call this when the user wants to LISTEN to a specific moment in a track — e.g. from a search(types:["track"]) hit, pass its track_id plu… Let the user HEAR a lecture passage inline. Call this when the user wants to LISTEN to a specific moment in a track — e.g. from a search(types:["track"]) hit, pass its track_id plus start_ms/end_ms. Renders an inline audio player that generates the clip on demand (public share-audio, max 10 minutes).
location_list
can modify data
read-only
langlimitcursor
List all locations. List all locations.
location_resolve
can modify data
read-only
langlimitquery*
Find a location by name (fuzzy). Find a location by name (fuzzy).
media_render
can modify data
read-only
id*lang
Show/play an existing corpus VIDEO clip inline. Call this when the user wants to WATCH a clip found via search(types:["media"]) — pass the hit's media_id. Renders an inline video p… Show/play an existing corpus VIDEO clip inline. Call this when the user wants to WATCH a clip found via search(types:["media"]) — pass the hit's media_id. Renders an inline video player.
search
can modify data
read-only
kindlanglimitquery*typessource
+6
Semantic + lexical search over the corpus. Returns verses, documents, track passages and titles matching a natural-language query, each with the id needed to fetch the full record… Semantic + lexical search over the corpus. Returns verses, documents, track passages and titles matching a natural-language query, each with the id needed to fetch the full record (verse_id→verse_get, document_id→document_get, track_id+start_ms/end_ms→transcript_window; media_id→media_render to play the clip). Every filter is optional. Use min_score to drop weak matches.
source_get
can modify data
read-only
idcodelang
Get one book by id or code ("source_…" or "BG"/"БГ"). Get one book by id or code ("source_…" or "BG"/"БГ").
source_list
can modify data
read-only
langlimitcursor
List all books (Caitanya-caritāmṛta is three sources). List all books (Caitanya-caritāmṛta is three sources).
source_resolve
can modify data
read-only
langlimitquery*
Find a book by name (fuzzy): "gita", "бхагаватам", "CC Madhya". Find a book by name (fuzzy): "gita", "бхагаватам", "CC Madhya".
track_get
can modify data
read-only
langtrack_id*
Get a track (lecture/conversation): metadata, cited references, transcript/pdf availability. Get a track (lecture/conversation): metadata, cited references, transcript/pdf availability.
track_list
can modify data
read-only
kindlanglimitcursorsourcetokens
+4
List tracks, filterable by reference (source[+tokens] = tracks citing it), author/location/kind/date/lang. No filter ⇒ recent tracks (date desc). List tracks, filterable by reference (source[+tokens] = tracks citing it), author/location/kind/date/lang. No filter ⇒ recent tracks (date desc).
transcript_window
can modify data
read-only
langlimitend_ms*pad_msstart_ms*track_id*
Read a track's transcript around a time window (from a search track hit or track_list). Widen with pad_ms. Read a track's transcript around a time window (from a search track hit or track_list). Widen with pad_ms.
verse_get
can modify data
read-only
idreflangsourcetokens
Fetch a verse's raw fields for your own reasoning (NOT for display — to show a verse to the user, use verse_render). Returns original script + transliteration as line arrays; with… Fetch a verse's raw fields for your own reasoning (NOT for display — to show a verse to the user, use verse_render). Returns original script + transliteration as line arrays; with lang, also the canonical translation inline plus an `alternatives` manifest of other translation kinds in that language (fetch their text with verse_translation, word-by-word with verse_synonyms). Address by ref ("BG 2.13"), source+tokens, or verse id.
verse_list
can modify data
read-only
langlimitcursorsource*tokens
List the verses of a book / chapter. Skips .0 chapter summaries; collapses merged verses into one item with a covers span. List the verses of a book / chapter. Skips .0 chapter summaries; collapses merged verses into one item with a covers span.
verse_render
can modify data
read-only
idrefkindlang*sourcetokens
Show a verse to the user. THE DEFAULT way to display/read a scripture verse: renders an inline card with the original script (centered), transliteration in the requested language,… Show a verse to the user. THE DEFAULT way to display/read a scripture verse: renders an inline card with the original script (centered), transliteration in the requested language, the word-by-word, and the translation — all at once. Use this whenever the user asks to see, read, open, or quote a specific verse ("покажи БГ 2.13", "read Bhagavad-gita 2.13"). The other verse_* tools are for fetching raw data; for DISPLAY prefer this one. Address by ref ("BG 2.13"), source+tokens, or id; lang sets the script + translation language.
verse_synonyms
can modify data
read-only
idrefkindlang*sourcetokens
Fetch the word-by-word ("Synonyms") as a raw {word, meaning} array for one verse translation (data — verse_render already shows the word-by-word inside the card). Defaults to the c… Fetch the word-by-word ("Synonyms") as a raw {word, meaning} array for one verse translation (data — verse_render already shows the word-by-word inside the card). Defaults to the canonical rendering; pass `kind` for an alternative.
verse_translation
can modify data
read-only
idrefkindlang*sourcetokens