# Jiandaoyun MCP for AI Agents AI Agent Connect

> Jiandaoyun MCP lets you manage enterprise forms, records, and workflows through your AI agent. It handles data entry, updates, and status tracking for inventory, HR, and customer management without you having to click through a web interface.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_WisqIMEr6hcItYFFEVJksQS3j1nDaj9YCtooPVeH/ai-agent-connect
- **Tags:** no-code, form-builder, workflow-automation, data-entry, enterprise-apps, record-management

## Description

Jiandaoyun turns complex data management into a conversation. Instead of logging into a dashboard to update an inventory count or check if an HR request is approved, you just tell your agent what needs doing. It connects your AI client directly to your zero-code platform, allowing it to see your apps, understand your form structures, and move data around for you. If you're stuck in a loop of copy-pasting information from emails into records, this Connector handles the heavy lifting. It can pull specific details for analysis, create new entries based on your instructions, or check where a specific process is stuck in a workflow. You'll find it's a lot faster than manual navigation, especially when dealing with high-volume records. By using this through the Vinkius catalog, you get a direct line into your organization's data without the friction of manual entry. It's about making sure your records stay accurate while you focus on the actual work that requires a human brain.

## Tools

### create_record
Create a new form record. This lets your agent add new entries to your database without manual typing.

### delete_record
Delete a form record. Use this to quickly remove outdated or incorrect information from your forms.

### get_form_schema
Get form field schema. This helps your agent understand the specific fields and types required for a form.

### get_record_details
Get record details. Pull specific information about a single entry for quick review or analysis.

### get_workflow_status
Get record workflow status. Check exactly where a request stands in your company's approval process.

### list_address_book
List organization users. Access your company's directory to find and manage user-related data.

### list_apps
List all Jiandaoyun applications. See every application available in your account at a glance.

### list_data
List records in a form. Pull a list of all entries within a specific form for auditing or review.

### list_forms
List forms in an application. Browse all the different forms available within a specific Jiandaoyun app.

### update_record
Update an existing form record. Modify data in your existing records to keep your information current.

## Prompt Examples

**Prompt:** 
```
List all the forms in our 'Employee Onboarding' app.
```

**Response:** 
```
I've pulled the forms for 'Employee Onboarding'. You have:

* **Personal Info**
* **Tax Documents**
* **Equipment Request**

Which one should we look at?
```

**Prompt:** 
```
What's the status of the reimbursement for ID rec-998?
```

**Response:** 
```
The reimbursement for record **rec-998** is currently in the **Finance Review** stage.

* **Status:** Pending
* **Current Step:** Finance Review

Would you like me to see who is currently assigned to it?
```

**Prompt:** 
```
Create a new inventory record for a MacBook Pro, Serial: XYZ123, Quantity: 5.
```

**Response:** 
```
I've added that new record to your inventory form.

**New Entry Details:**
* **Item:** MacBook Pro
* **Serial:** XYZ123
* **Quantity:** 5

Anything else you need to add?
```

## Capabilities

### List all accessible applications
See every app you have in your Jiandaoyun account at a glance.

### Browse form schemas
Understand exactly what fields a form requires before you start adding data.

### Create new records
Add new data entries to any form instantly from your chat.

### Update existing records
Modify data in your forms based on new information you provide.

### Delete records
Remove old or incorrect entries from your database quickly.

### Track workflow status
Check exactly where a request is in your company's approval process.

### Fetch record details
Pull specific information about a single entry for quick review or analysis.

### Audit form data
Pull a list of all entries within a specific form for review.

### Access organization address book
Retrieve user information from your company directory.

## Use Cases

### Inventory Management
A warehouse manager asks for the last 5 laptop entries and updates the stock count using update_record.

### HR Onboarding
An admin uses create_record to add a new hire's details and checks the approval status with get_workflow_status.

### Data Auditing
An analyst pulls all records from a Sales form using list_data to find discrepancies in the monthly report.

### Customer Support
A support lead uses get_record_details to quickly see a customer's history before responding to an inquiry.

## Benefits

- Eliminate manual data entry by using create_record to add new entries directly from your conversation.
- Stop hunting for status updates with get_workflow_status to see exactly where a process stands.
- Audit your data faster by using list_data to pull every record in a form for a quick review.
- Simplify HR tasks by using list_address_book to manage your company's user directory from your agent.
- Get instant visibility into your app structure using list_apps and list_forms to navigate your platform.
- Keep your records accurate by using update_record to modify existing information without opening a browser.

## How It Works

The bottom line is you get to stop manual data entry and start managing your business processes via natural language.

1. Subscribe to the Jiandaoyun MCP on Vinkius.
2. Enter your Jiandaoyun API Key into your AI client settings.
3. Ask your agent to manage records, check workflows, or list apps.

## Frequently Asked Questions

**What can the Jiandaoyun MCP do for my business?**
It connects your AI agent to your Jiandaoyun data, letting you create records, update information, and check workflow statuses using natural language.

**Can I use Jiandaoyun MCP to manage my HR records?**
Yes, you can use it to manage employee data, access the organization address book, and track the status of internal HR requests.

**How does Jiandaoyun MCP help with inventory?**
You can list inventory records, update stock quantities, and pull specific details for any item in your warehouse directly through your agent.

**Does Jiandaoyun MCP support workflow tracking?**
It allows your agent to check the current progress and status of any form record moving through your company's automated workflows.

**Can I see my Jiandaoyun apps using this Connector?**
Yes, the Connector can list all your applications and the specific forms inside them so you can navigate your data more easily.

**Is Jiandaoyun MCP good for data entry?**
It's built for it. You can use it to create new records and update existing ones, removing the need to manually type data into web forms.

**How do I find my Jiandaoyun API Key?**
Log in to Jiandaoyun, go to [Account Center] → [Account Settings] → [API Key], and generate your token there. Ensure your version supports API access.

**Can I check the status of an approval process?**
Yes. Using the `get_workflow_status` tool with the application, form, and record IDs, you can retrieve the current step and status of any active workflow/approval process.

**How do I know which fields to use when creating a record?**
Use the `get_form_schema` tool. it will return all the available widgets (fields) for that form, including their unique IDs which you need to use in the `data` parameter.