# Wolai MCP for AI Agents AI Agent Connect

> Wolai lets you manage your knowledge base through an AI agent. It handles everything from creating pages and organizing databases to retrieving specific blocks of content. Instead of clicking through a complex web interface, you can just tell your agent what to do. It works for personal notes, team wikis, and project documentation alike.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_pxaMfiDswDpSRZOIWLpLpqBHvrPaoIPczjWZyqDE/ai-agent-connect
- **Tags:** collaborative-workspace, database-management, information-organization, block-based-editing, knowledge-base, document-management

## Description

Wolai lets you manage your knowledge base through an AI agent. It handles everything from creating pages and organizing databases to retrieving specific blocks of content. Instead of clicking through a complex web interface, you can just tell your agent what to do. It works for personal notes, team wikis, and project documentation alike. You can stop hunting for a specific project spec or a meeting note buried in a nested folder. With this connection, your AI agent acts as a librarian who knows exactly where everything is. You can ask it to pull up specific project specs, create new entries in a shared database, or summarize a long page of notes in seconds. It turns a static information repository into a dynamic, conversational workspace. Because Vinkius makes it so simple to plug this in, you can start using it immediately to keep your team's documentation from becoming a mess of unorganized pages. It's about making your information actually useful rather than just stored somewhere. You get a way to interact with your data without the friction of manual navigation. You can keep your product roadmaps updated, your team wikis current, and your personal notes searchable all from a single chat window.

## Tools

### create_page
Create a new Wolai page. Use this to start new projects or document new ideas on the fly.

### get_database
Get database schema. This helps your agent understand how your tables are structured.

### get_page
Get page details. This gives you the core content of a specific document.

### list_blocks
List page blocks. This allows for more granular access to text and media within a specific page.

### query_database
Query database rows. This lets you find specific data points across your tables using natural language.

### create_database_row
Add a new row to a database. This lets you log new entries without leaving your chat.

### get_workspace_info
Get workspace details. This gives your agent context on the overall environment.

### list_databases
List all Wolai databases. This shows you every data set available for querying in your workspace.

### list_pages
List all Wolai pages. This is the starting point for finding your notes and docs.

### list_users
List workspace users. Use this to see who has access to the workspace and manage permissions.

## Prompt Examples

**Prompt:** 
```
List all the pages in my Wolai workspace.
```

**Response:** 
```
I've pulled up your pages. You have 8 active ones, including **Project Alpha**, **Meeting Notes**, and **Company Wiki**. Which one should we look at?
```

**Prompt:** 
```
Add a new row to the 'Task Tracker' database for 'Update Logo' with 'High' priority.
```

**Response:** 
```
I've added that to your **Task Tracker** database. It's now listed as a high-priority item.
```

**Prompt:** 
```
Find the 'Marketing Plan' page and tell me what's in it.
```

**Response:** 
```
I found the **Marketing Plan** page. Here are the main blocks:

- **Goals**: Q4 targets
- **Budget**: $50k
- **Timeline**: Oct-Dec

Would you like more details on any of these?
```

## Capabilities

### Create new pages
Generate a fresh page in your workspace instantly using natural language.

### List workspace pages
Get a full list of every page to find specific documents quickly.

### Add database rows
Insert new entries into your tables without manual data entry.

### Query database rows
Search through your database tables to find specific data points.

### Retrieve page details
Pull the core content and metadata of a specific page.

### List content blocks
Access specific text and media blocks within a page.

### Get database schemas
Understand the structure of your databases for better querying.

## Use Cases

### Updating a product backlog
A PM wants to add a new feature to a backlog. They ask the agent to add a high-priority bug fix to the Product Backlog database using create_database_row.

### Finding meeting notes
A researcher needs to find a specific note. They ask the agent to list all pages and find the one about the Q3 strategy using list_pages and get_page.

### Managing team permissions
An ops lead needs to see who has access. They ask the agent to show the list of users in the engineering workspace using list_users.

### Starting a new project draft
A writer wants to start a new draft. They ask the agent to create a new page called Weekly Sprint Notes using create_page.

## Benefits

- Stop digging for notes by using list_pages to see everything at once.
- Update project trackers instantly with create_database_row instead of manual data entry.
- Keep your documentation current by creating new pages with create_page via voice or text.
- Get specific answers from your data using query_database to filter through hundreds of rows.
- Manage team access easily using list_users to see who is in your workspace.
- Access deep content with list_blocks to pull specific media or text from any page.

## How It Works

The bottom line is you get a conversational interface for your entire Wolai knowledge base.

1. Subscribe to the Wolai MCP on Vinkius.
2. Add your Wolai App ID and App Secret to your AI client.
3. Start asking your agent to find, create, or update your pages and databases.

## Frequently Asked Questions

**Can the Wolai MCP help me manage my team's wiki?**
Yes, it lets your agent browse and create pages in your Wolai workspace so you can manage a team wiki through a chat interface.

**How do I add data to my Wolai databases using an agent?**
You can just tell your agent to add a new row to a specific database, and it will handle the entry for you automatically.

**Can I search through my Wolai pages for specific information?**
Yes, your agent can list all pages and retrieve specific page details to find exactly what you're looking for.

**Is this Wolai MCP good for project management?**
It's excellent for PMs who need to query database rows for status updates or create new pages for project documentation quickly.

**Can I see who has access to my Wolai workspace?**
Yes, your agent can pull a list of all workspace users so you can manage permissions and see who's involved in your projects.

**How do I find my Wolai App ID and Secret?**
Log in to Wolai, go to [Personal Center] → [Space Settings] → [App Settings], and create a 'Self-built App' to generate your App ID and App Secret.

**Can I search for specific data within a database?**
Yes. Use the `query_database` tool with the database ID. You can optionally provide a JSON filter string to narrow down the results based on your criteria.

**What is a 'Block' in Wolai?**
Like Notion, Wolai uses a block-based structure. Everything from a paragraph of text to an image or a sub-page is considered a block. You can list these using the `list_blocks` tool.