# Coda MCP for AI Agents AI Agent Connect

> Coda MCP. Connect your Coda account to your AI agent to manage docs, update tables, and track project data using natural language. Stop switching tabs and let your agent handle the data entry and status updates for you.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_demJrtZoc6TGdHQDbRL3qRSEJ7inDfICslQE5SOX/ai-agent-connect
- **Tags:** document-automation, structured-data, workspace-management, spreadsheet-integration, collaborative-docs, api-orchestration

## Description

This Connector lets you turn your Coda workspace into a living database that your AI agent can actually interact with. Instead of manually copying data from a spreadsheet into a project tracker or hunting through different documents to find a status update, you can just ask your agent to do the heavy lifting. You can have your agent pull specific row data, update task statuses across multiple tables, or even grab the results of complex named formulas to summarize your project's health. Because Vinkius hosts this Connector in its catalog, you can plug it into your existing workflow without jumping through hoops. It basically turns your AI into a dedicated operations coordinator that knows exactly where your data lives and how to move it around. You can manage your entire document library or pinpoint specific table details without ever opening a browser tab. It's about making your data work for you instead of making you work for your data.

## Tools

### delete_rows
Removes specific rows from a table to clean up your data. Use this to keep your trackers tidy.

### get_doc_details
Pulls metadata for a specific doc so your agent knows who owns it. This helps with workspace auditing.

### get_table_details
Retrieves the structure of a table to help the agent understand your columns. It maps out your data schema.

### insert_rows
Adds new data entries into any table automatically. It's the fastest way to log new tasks or leads.

### list_columns
Shows all column headers in a table for easier data navigation. It helps the agent know what fields are available.

### list_docs
Lists every document in your Coda account for quick access. Use this to find the right doc in a large workspace.

### list_formulas
Shows all named formulas in a doc so your agent can find them. It helps the agent grab the right calculation.

### list_rows
Fetches row data from a table, including filtered results. This lets you see specific subsets of your data.

### list_tables
Shows all tables within a specific document. Use this to see the full layout of a doc's data.

### update_row
Modifies specific fields in a row to change statuses or dates. It's perfect for quick status updates.

### get_user_profile
Pulls your Coda profile info for operational reporting. Use it to verify account details quickly.

## Prompt Examples

**Prompt:** 
```
List all the tables in my Project Hub doc.
```

**Response:** 
```
I've found 4 tables in your Project Hub: 

* **Tasks**
* **Milestones**
* **Team_Capacity**
* **Budget_Tracker**

Which one do you want to look at?
```

**Prompt:** 
```
Add a row to the 'Tasks' table for 'Design Homepage' with 'High' priority.
```

**Response:** 
```
Done. I've added **Design Homepage** to your Tasks table with a **High** priority status. You can see it in your Coda doc now.
```

**Prompt:** 
```
What's the current value of the 'Total_Spent' formula?
```

**Response:** 
```
The current value for **Total_Spent** in your document is **$4,250.00**. 

Would you like me to check any other formulas?
```

## Capabilities

### Update task statuses
Change specific fields in any table row using plain text commands.

### Pull document metadata
Get ownership and detail info for any doc in your workspace.

### Add new records
Insert rows into tables to keep your project trackers current.

### Fetch formula values
Grab the results of named formulas to get instant insights.

### Monitor table structures
See what columns and data types exist in your docs.

### Manage document lists
View all your Coda documents to find the right one quickly.

## Use Cases

### Updating a project status
A manager asks the agent to mark a task as Done in the Coda tracker. The agent uses update_row to change the status immediately.

### Adding a new lead
An ops person tells the agent to add a new client to the Coda CRM table. The agent uses insert_rows to create the record.

### Checking budget totals
A lead asks for the Total_Spent formula result. The agent uses list_formulas to pull the current calculation.

### Auditing docs
A team lead asks the agent to list all docs and show who owns each one. The agent uses list_docs and get_doc_details to compile the list.

## Benefits

- Stop manual data entry by using insert_rows to add new tasks or records automatically without clicking through menus.
- Get instant updates on project health by pulling results from list_formulas without opening the Coda app.
- Keep your project trackers clean by using delete_rows to remove old or completed entries on command.
- Navigate your workspace faster by using list_docs to find the right document in your library in seconds.
- Sync your data across tables using update_row to keep every status perfectly aligned across your workspace.

## How It Works

The bottom line is you get a way to talk to your Coda data without ever opening a browser tab.

1. Subscribe to this Connector on Vinkius.
2. Grab your API Token from Coda's Account Settings.
3. Connect the token to your AI client and start asking questions.

## Frequently Asked Questions

**Can the Coda MCP update my tables automatically?**
Yes, it can insert and update rows using natural language. You can tell your agent to change statuses, dates, or any other field in your tables.

**Does the Coda MCP work with my existing docs?**
Yes, it connects directly to your current Coda workspace. It can see your documents, tables, and formulas as they exist today.

**Can I use the Coda MCP to find specific project info?**
Yes, it can list docs and rows with specific filters. This makes it easy to find exactly what you need without scrolling.

**How do I get my data into Coda using the Connector?**
You can simply tell your agent to add a new row to a specific table. It will handle the data entry for you automatically.

**Can the Coda MCP read my formulas?**
Yes, it can pull live values from your named formulas. This is great for getting real-time totals or metrics in your chat.

**Is the Coda MCP safe for my workspace?**
It uses your Coda API token to perform actions on your behalf. Only the actions you authorize through your agent will take place.

**How do I find my Coda API Token?**
Log in to Coda, navigate to **Account Settings** > **API Settings**, and generate a new token for your integration.

**Where do I find my Doc ID?**
The Doc ID is the string of characters in your Coda document's URL after the '/d/'.

**Can I filter rows using natural language?**
Yes! The `list_rows` tool supports a `query` parameter where the agent can apply filters like `Status:"Done"` to find specific data.