kioku_search
Search the knowledge base (documents + meetings) with semantic similarity.id, text, speaker, score, and metadata.
kioku_list_meetings
List all meetings in the company.id, title, date, duration_seconds, participants.
kioku_get_transcript
Get the full transcript of a specific meeting.speaker, text, start_time, end_time.
kioku_get_meeting
Get details of a specific meeting.kioku_list_documents
List all uploaded documents.kioku_delete_document
Delete a document from the knowledge base.kioku_ingest_meeting
Ingest a meeting transcript into the knowledge base.Use Cases
”What did we discuss last week?”
Ask Claude:Search my knowledge base for discussions from last week about the roadmap.Claude calls
kioku_search with query “roadmap” and returns relevant meeting excerpts.
”Summarize the last standup”
Ask Claude:Get the transcript of my last standup and summarize it.Claude calls
kioku_list_meetings, finds the latest, then calls kioku_get_transcript.
”Upload this meeting”
Ask Claude:Ingest this meeting transcript: [paste transcript]Claude calls
kioku_ingest_meeting with the structured data.