---
updatedAt: 2026-08-27T17:05:14.000Z
---

Fetch the complete documentation index at: https://developer.getguru.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Available Capabilities

The tools Guru's MCP server exposes to your AI client, from asking questions to drafting cards.

The Guru MCP server exposes a set of tools that your AI client uses automatically. You don't write API requests: the client picks a tool, Guru returns permission-aware results, and the response appears natively in your AI tool.

## Core capabilities

| Capability            | What it does                                               | Example use                                          |
| --------------------- | ---------------------------------------------------------- | ---------------------------------------------------- |
| List Knowledge Agents | Discovers the Knowledge Agents available in your workspace | "Show me what knowledge agents I can use"            |
| Ask                   | Asks Guru a question and returns a verified answer         | "What's our refund policy?"                          |
| Search                | Finds Guru cards or connected documents matching a keyword | "Search for 'onboarding checklist'"                  |
| Create Draft          | Creates a draft card directly from an AI conversation      | "Draft a new card summarizing this update"           |
| Update Card           | Suggests updates to an existing card                       | "Update the product roadmap card with Q4 milestones" |

## What happens behind the scenes

When you use these tools in an MCP-compatible app:

* The client calls Guru's MCP server automatically.
* Guru fetches, verifies, and returns content that respects your permissions.
* The result appears natively in your AI tool.

You don't handle authentication flows, requests, or responses; the MCP protocol manages all of it.

Guru may add new tools over time as the MCP standard evolves. Check the [Help Center](https://help.getguru.com/docs/connecting-gurus-mcp-server) for updates.