# FlowUs MCP for AI Agents AI Agent Connect

> FlowUs is an Connector that lets your AI agent manage your knowledge base. It handles page organization, block-level content retrieval, and multi-dimensional database management. Instead of clicking through a web interface, you can tell your agent to find notes, update project statuses, or create new documentation entries directly. It turns your workspace into a conversational knowledge base.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_u38PqKMZiY9rctaOsyrotZ4l5OAonEh8BxekPtRp/ai-agent-connect
- **Tags:** wiki, database-management, page-organization, block-editor, team-collaboration, content-management

## Description

Managing a messy knowledge base usually means jumping between tabs and manually updating rows in a database or hunting for that one specific note from last month. With FlowUs, you change that. You can talk to your agent to pull specific information out of your workspace without ever opening the app. It handles the heavy lifting of navigating complex structures, so you can just ask for what you need. Whether you're trying to find a specific project requirement or want to add a new entry to a team wiki, this Connector handles the interaction. It's a great way to keep your workspace organized while you stay focused on actual work. You'll find that having your agent manage these pages and databases through the Vinkius catalog makes your information actually accessible when you need it most. It's about making your data work for you, rather than making you work for your data.

## Tools

### create_page
Generate a brand new FlowUs page. Use this to start new projects or documentation folders instantly.

### get_database
Pull the schema for a specific database. This helps your agent understand how your data is structured.

### get_page
Fetch all the details for a specific page. It's the quickest way to see what's inside a specific document.

### list_blocks
Pull all content blocks from a page. This lets your agent read the specific text and media you've stored.

### list_pages
Get a complete list of every page in your workspace. This is the starting point for navigating your knowledge base.

### list_users
See who has access to your workspace. Use this to manage team permissions and collaboration.

### query_database
Search through database rows for specific information. It's like running a search query but through a conversation.

### update_page
Modify the content of an existing page. Use this to keep your documentation accurate as projects evolve.

### list_databases
Get a list of all databases in your workspace. Use this to see what data sets are available to query.

### create_database_row
Add a new entry to a FlowUs database. It's perfect for logging new feedback or tasks.

## Prompt Examples

**Prompt:** 
```
What's the status of our Q3 roadmap?
```

**Response:** 
```
I've checked your FlowUs workspace. Here is the current status of the Q3 Roadmap:

| Task | Status | Owner |
| :--- | :--- | :--- |
| Auth Update | **In Progress** | Sarah |
| API Docs | **Blocked** | Mike |
| UI Refresh | **Completed** | Jen |

Would you like me to update any of these rows?
```

**Prompt:** 
```
Find the notes on the new branding project.
```

**Response:** 
```
I found a few pages related to 'Branding'. The most relevant one is 'Brand Guidelines 2024'.

**Key Highlights from the page:**
- New primary colors: Navy and Gold.
- Logo usage: No stretching allowed.
- Font: Montserrat.

Should I pull more details from the blocks in this page?
```

**Prompt:** 
```
Add a new row to the 'Feedback' database for a user named 'Alex' who loves the new UI.
```

**Response:** 
```
Done! I've added that to your 'User Feedback' database.

**New Entry:**
- **Name:** Alex
- **Feedback:** Love the new UI!
- **Date:** Oct 24, 2023

Is there anything else you'd like to log?
```

## Capabilities

### List all workspace pages
See your entire workspace structure in one go.

### Grab specific block content
Get text and media from specific page blocks instantly.

### Create new database rows
Add new entries to your multi-dimensional tables without leaving your chat.

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

### Create and update pages
Build new documentation hubs or modify existing ones on the fly.

### View workspace users
See who has access to your workspace to manage team collaboration.

## Use Cases

### Querying high-priority bugs
A product manager asks the agent to query_database for 'High' priority items in the bug tracker to see what needs immediate attention.

### Finding research notes
A researcher uses list_pages to find the right folder and list_blocks to see the content of specific study notes.

### Onboarding new team members
An ops lead uses list_users to check permissions and create_page to set up a welcome document for a new hire.

### Logging user feedback
A support lead tells the agent to add a new row to the 'User Feedback' database with specific user comments.

## Benefits

- Stop clicking through nested folders by using list_pages to see your entire workspace structure instantly.
- Update project statuses faster by using create_database_row to add new data points without opening a browser.
- Keep your team wiki fresh by using update_page to modify documentation as soon as changes happen.
- Find specific notes buried in long documents by using list_blocks to pull only the content you need.
- Query complex data sets using query_database to get answers from your databases in seconds.
- Organize your workspace better by using create_page to build out new documentation hubs on the fly.

## How It Works

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

1. Subscribe to the FlowUs MCP on Vinkius.
2. Paste your FlowUs API Token into your client settings.
3. Ask your agent to find, create, or update any piece of content in your workspace.

## Frequently Asked Questions

**Can FlowUs help me organize my team's wiki?**
Yes, the FlowUs MCP lets your agent manage your wiki pages and content. You can ask it to create new documentation, update existing pages, or find specific info across your entire workspace.

**How does FlowUs work with my AI agent?**
Once you connect it via Vinkius, your agent can see and do things in FlowUs. It can list your pages, read block content, and even add new rows to your databases based on your commands.

**Can I use FlowUs to manage project databases?**
Absolutely. This Connector is designed to handle multi-dimensional databases. Your agent can query specific rows, create new entries, and help you keep your project data organized.

**Does FlowUs support multi-user collaboration?**
Yes, the Connector includes tools to list workspace users. This makes it easy for your agent to help manage who has access to your shared knowledge base and team workspaces.

**Is FlowUs good for personal note-taking?**
It's great for it. If you use FlowUs for personal notes, the Connector allows your agent to help you organize those notes into pages and find specific blocks of information instantly.

**How do I get started with FlowUs and my AI client?**
You just need to subscribe to the FlowUs MCP on Vinkius and provide your API token. From there, you can start asking your agent to manage your pages and databases immediately.

**How do I find my FlowUs API Token?**
Log in to FlowUs, go to [Settings] → [Integrations] → [Bot Integrations], and create a new integration to generate your API Token.

**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 FlowUs?**
Like Notion, FlowUs 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.