# Zoho Creator MCP for AI Agents AI Agent Connect

> Zoho Creator MCP lets you manage your custom low-code applications and records through natural conversation. It connects your AI agent to your Zoho ecosystem so you can build, navigate, and update business apps without jumping between tabs.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/undefined/ai-agent-connect
- **Tags:** low-code, custom-applications, crud-operations, business-automation, app-development, database-management

## Description

This Connector lets you manage your custom low-code applications and records through natural conversation. It connects your AI agent to your ecosystem so you can build, navigate, and update business apps without jumping between tabs. Imagine you're building a custom inventory system or a client portal. Usually, that means a lot of clicking through the builder, checking form fields, and manually updating records in a separate window. With this connection, you just tell your agent what to do. You can ask it to pull specific record details, list all your active apps, or even grab the structural metadata for a specific form to see how it's built. It handles the heavy lifting of navigating the environment for you. If you're looking to manage your low-code ecosystem more efficiently, having this in your Vinkius catalog makes it a lot easier to bridge the gap between your data and your AI. You get to focus on the business logic while your agent handles the repetitive tasks like updating records or checking app status. This means you can move from a high-level idea to a live data update without the friction of manual navigation. It turns your environment into a conversational workspace where the agent knows where your data lives and how to get to it.

## Tools

### add_record
Create a brand new record in your app. It makes data entry much faster for your agent.

### delete_record
Remove a record from your application. Use this when you need to clear out old or incorrect data.

### get_form_fields
See the definitions for your application forms. This helps the agent understand what data to collect.

### get_app_metadata
Pull the structural info for your apps. It's great for understanding how your low-code environment is built.

### get_record_details
Get specific info for a single record using its ID. Use this to drill down into specific entries.

### get_report_records
Fetch all records from a specific report. This is how you pull lists of data for analysis.

### list_applications
See every app you have in your account. It helps the agent stay organized across your workspace.

### list_app_forms
See all the forms inside a specific app. This lets the agent know what inputs are available.

### update_record
Change data in an existing record. This is the primary way to modify your app's information.

### get_api_status
Check if your connection to the platform is active. It tells you if the agent can talk to your account.

### list_app_reports
See all the reports for an application. It helps in finding the right data views.

### list_workspaces
List all your available workspaces. Use this to navigate different environments.

## Prompt Examples

**Prompt:** 
```
What are the fields in my 'Client Onboarding' form?
```

**Response:** 
```
I've pulled the fields for 'Client Onboarding'. It includes:

*   **Client Name**
*   **Contact Email**
*   **Company Size**
*   **Service Tier**

Would you like me to add a new record to this form?
```

**Prompt:** 
```
Add a new record to 'Lead Tracker' for a new lead named 'TechCorp' with an interest in 'Cloud Services'.
```

**Response:** 
```
I've added 'TechCorp' to your 'Lead Tracker' app. The new record ID is **992834**. 

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

**Prompt:** 
```
Show me the last 5 records from the 'Service Requests' report.
```

**Response:** 
```
Here are the latest 5 service requests:

| ID | Request | Status |
|---|---|---|
| 101 | Login Issue | Resolved |
| 102 | Billing Error | Pending |
| 103 | New Feature | Open |
| 104 | Password Reset | Resolved |
| 105 | API Timeout | Open |
```

## Capabilities

### Create new records in your apps
Add new data to your forms automatically using natural language instructions.

### Fetch specific record details by ID
Instantly pull all information for a single record without searching.

### Pull structural metadata for forms and reports
See the underlying definitions of your apps to understand how data is organized.

### List all applications and workspaces
Get a full overview of your environment to stay organized across multiple apps.

### Update existing records with new data
Modify specific entries in your database through simple conversational commands.

### Delete records from your applications
Remove old or incorrect data from your forms and reports quickly.

### Check connection status for your account
Verify that your agent is correctly linked to your account at any time.

## Use Cases

### Inventory Management
An inventory lead asks the agent to add 50 new products to the 'Products' form using add_record.

### Metadata Retrieval
A developer asks the agent to describe the fields in the 'Employee Directory' app using get_form_fields.

### Sales Tracking
A sales manager asks for all 'Pending' deals from the 'Sales Tracker' report using get_report_records.

### Workspace Cleanup
An admin asks the agent to list all workspaces and apps to identify redundant environments using list_workspaces.

## Benefits

- Skip the manual UI navigation by using list_applications and list_workspaces to let your agent find the right app instantly.
- Automate data entry by using add_record to push new information into your forms without leaving your chat interface.
- Get instant insights into your app structure by pulling metadata with get_app_metadata and get_form_fields.
- Keep your data current by using update_record to modify specific entries based on your real-time instructions.
- Simplify reporting by fetching specific datasets with get_report_records to analyze your business trends.
- Maintain a clean database by using delete_record to prune old data without having to hunt for it in the dashboard.

## How It Works

The bottom line is you get direct, conversational control over your Zoho Creator apps and data.

1. Subscribe to the Zoho Creator MCP on Vinkius.
2. Provide your OAuth Access Token, Owner name, and Data Center URL.
3. Ask your agent to list apps or update records in your Zoho Creator account.

## Frequently Asked Questions

**Can the Zoho Creator MCP help me update my app records?**
Yes, it lets your agent modify existing records directly. You can tell your agent which record to change and what new info to put in, saving you from manual editing.

**How does the Zoho Creator MCP handle my different apps?**
It can list all your applications and workspaces. This means your agent can navigate your entire environment to find the right app for the task.

**Can I use the Zoho Creator MCP to see my form structures?**
Yes, it can pull the structural metadata and field definitions. This is great for understanding how your apps are built without digging through the settings menu.

**Does the Zoho Creator MCP support adding new data?**
It does. You can ask your agent to create new records in any of your forms, which is perfect for automating data entry from other sources.

**Can the Zoho Creator MCP help with reporting?**
It can fetch records from your specific reports. You can ask for specific lists of data to get a quick summary of your business activities.

**Is the Zoho Creator MCP safe for my account?**
It uses your OAuth Access Token to perform actions. This ensures that the agent only performs the specific tasks you authorize within your Zoho environment.

**How do I find my Zoho Creator Account Owner name?**
The owner name is typically your Zoho username or company ID. You can find it in the URL when accessing your Creator app: `zoho.com/creator/owner_name/...`

**Which Data Center (DC) URL should I use?**
Use the URL corresponding to your account region: `https://creator.zoho.com` (US), `https://creator.zoho.eu` (EU), `https://creator.zoho.in` (IN), etc.