Guru MCP connector
Guru is a knowledge management platform that organizes company information into searchable cards and collections. The Guru MCP connector allows AI agents to create and manage knowledge cards, verify and unverify content, and search across collections and folders. It also supports managing team members, organizing content with tags and templates, retrieving analytics, and interacting with assistants through chat.
Authentication type
- Basic Auth - Requires a username and password to be configured for the agent to access the service.
Uses
Use the Guru MCP connector to perform the following actions:
- Create and organize knowledge cards to centralize company information and best practices
- Search team knowledge instantly using natural language queries across all cards
- Assign verification owners to keep documentation accurate and up to date
- Build searchable card collections and folders to structure institutional knowledge
- Automate card lifecycle management with archival, verification, and comment workflows
- Surface answers to common questions through AI-powered knowledge discovery
- Track team members and manage permissions across knowledge resources
- Analyze card performance and engagement with built-in analytics dashboards
Example prompts
Use the following example prompts to invoke Guru MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new knowledge card in Guru about our onboarding process.Search Guru for all cards related to customer billing policies.Show me the cards in Guru that need verification this month.Find the folder structure in Guru for our sales team documentation.Add a comment to the HR benefits card in Guru.List all collections in Guru and tell me which ones are pinned.Search Guru using natural language for information about remote work guidelines.Get the verification status of the customer support card in Guru.Update the marketing best practices card in Guru with new guidelines.Show me all cards in Guru assigned to our compliance team for review.
Guru MCP connector tools
The Guru MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| createCard | Creates a new card with specified content and settings. |
| getCard | Retrieves details and information for a specific card. |
| updateCard | Modifies the content or settings of an existing card. |
| deleteCard | Removes a card permanently from the system. |
| verifyCard | Marks a card as verified by an authorized user. |
| unverifyCard | Removes verification status from a previously verified card. |
| getCardBoards | Retrieves all boards that contain a specific card. |
| getVerificationManager | Retrieves cards pending verification for the current manager. |
| getCardArchivalSettings | Retrieves archival configuration options for a card. |
| listCardComments | Retrieves all comments associated with a specific card. |
| createCardComment | Adds a new comment to a card. |
| deleteCardComment | Removes a comment from a card. |
| listCardVerifiers | Retrieves all users assigned to verify a specific card. |
| addCardVerifier | Assigns a user as a verifier for a card. |
| getCardVerifier | Retrieves details about a specific card verifier. |
| listCollections | Retrieves all collections available in the workspace. |
| getCollection | Retrieves details and contents of a specific collection. |
| listPinnedCollections | Retrieves all collections marked as pinned by the user. |
| pinCollection | Marks a collection as pinned for easy access. |
| unpinCollection | Removes a collection from the pinned list. |
| listFolders | Retrieves all folders in the current workspace. |
| createFolder | Creates a new folder for organizing content. |
| searchFolders | Finds folders matching specified search criteria. |
| getFolder | Retrieves details and contents of a specific folder. |
| updateFolder | Modifies the name or settings of a folder. |
| deleteFolder | Removes a folder and its contents permanently. |
| getFolderItems | Retrieves all items contained within a folder. |
| getParentFolder | Retrieves the parent folder of a given folder. |
| searchCards | Finds cards matching specified search criteria. |
| naturalLanguageSearch | Searches for documents using natural language queries. |
| keywordDocumentSearch | Keyword document search. |
| searchCardManager | Search cards for card manager. |
| createAnswer | Create an AI answer. |
| getAnswerBoostedDocuments | Get boosted documents for an answer. |
| listAssistants | List assistants. |
| createAssistant | Create an assistant. |
| getAssistant | Get an assistant. |
| updateAssistant | Update an assistant. |
| deleteAssistant | Delete an assistant. |
| askChatQuestion | Ask a chat question. |
| listChatThreads | List chat threads. |
| createChatThread | Create a chat thread. |
| getChatThread | Get a chat thread. |
| deleteChatThread | Delete a chat thread. |
| listChatMessages | List messages in a chat thread. |
| addChatMessage | Add a message to a chat thread. |
| listTeamMembers | List team members. |
| listUserGroups | List user groups. |
| listGroupMembers | List group members. |
| addGroupMember | Add a member to a group. |
| removeGroupMember | Remove a member from a group. |
| listTagCategories | List tag categories. |
| createTagCategory | Create a tag category. |
| updateTagCategory | Update a tag category. |
| deleteTagCategory | Delete a tag category. |
| createTag | Create a tag. |
| getTag | Get a tag. |
| updateTag | Update a tag. |
| listTemplates | List card templates. |
| createTemplate | Create a card template. |
| getTemplate | Get a card template. |
| updateTemplate | Update a card template. |
| deleteTemplate | Delete a card template. |
| getAnalytics | Get team analytics. |
| getSummarizedAnalytics | Get summarized team analytics. |
| whoAmI | Get current user info. |