Weavz
Guru

Guru

Enterprise AI knowledge base and verified company wiki

8 tools
1 trigger

Tools

Name
list_collections

List Guru collections accessible to the authenticated token.

search_cards

Search Guru cards using Guru Query Language.

get_card

Get one Guru card with extended details.

create_card

Create a Guru card. Requires a user token with write access.

update_card

Update a Guru card. Requires a user token with write access.

delete_card

Delete a Guru card by ID. Requires a user token with write access.

ask_question

Ask Guru a question and receive an AI-generated answer with source records.

custom_api_call

Make a bounded custom call to the Guru REST API.

Triggers

Name
card_changed

Receive Guru webhook events after configuring this Weavz webhook URL in Guru.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('guru', 'list_collections', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'guru',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Guru to my app?

Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Guru support?

Guru supports 8 tools including List Collections, Search Cards, Get Card, Create Card, Update Card, and more.

Can I use Guru with AI agents?

Yes. Add Guru to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Guru be used in stateful agent workflows?

Yes. Agents can combine Guru tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Guru use?

Guru uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Guru integration cost?

The Guru integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Guru support?

Guru supports 1 triggers including Card Changed.

Connect Guru in minutes

Get 20,000 free action executions every month. No credit card required.