Who can use this feature?
Users: users on Core Plan
This page lists the tools that the Krisp MCP server exposes. Each tool is described briefly with example prompts. Document IDs are 32-character lowercase hex strings (UUID without dashes); use "get_document" with any such ID to retrieve full content.
date_time
Get current date/time or enumerate dates in a range. Use whenever you need exact date/time information instead of guessing.
Example prompts:
- "What's the current date and time?"
- "What dates fall in January 2024?"
- "List weekdays for the next 7 days"
get_document
Fetch any document by its 32-character ID (meeting, agenda, transcript, etc.). Use after you have an ID from search results, action items, or upcoming meetings.
Example prompts:
- "Fetch these 3 meeting documents: [id1, id2, id3]"
- "Get full content for all meeting IDs from the last search"
list_action_items
List action items (tasks and follow-ups) from meetings. Can filter by completion status and assignee.
Example prompts:
- "List my pending action items"
- "Show completed tasks from meetings"
- "What action items are assigned to me?"
- "List up to 30 pending action items"
list_activities
List items from the Activity Center — notifications, action item assignments, meeting summaries, and other updates.
Example prompts:
- "Show my recent Krisp notifications"
- "List the latest activity items"
- "What action items were assigned to me recently?"
list_upcoming_meetings
List upcoming calendar meetings for the next 1–14 days. Use "get_document" with an "get_document" from the results to get full agenda content.
Example prompts:
- "What meetings do I have in the next 3 days?"
- "List my upcoming meetings for the next week"
- "Show meetings for the next 14 days"
search_meetings
Search meetings by text or retrieve by meeting ID(s). Returns metadata, summaries, key points, and action items. Use "get_document" when you need the full transcript.
Example prompts:
- "Search for meetings about budget approval"
- "Find meetings from last week with John"
- "Get meeting abc123 by ID"
- "Find all project pages mentioning "ready for dev""
- "Meetings after 2024-01-15 about Q4 planning"
Info
- To read more about Krisp MCP, please refer to this article
- To read more about how to integrate your own MCP client, please refer to this article