# 123FormBuilder MCP for AI Agents AI Agent Connect

> 123FormBuilder MCP lets you build, manage, and analyze online forms and survey submissions through your AI client. It connects your account to your agent so you can query user data, organize workspaces, and monitor webhooks using natural language instead of clicking through a dashboard.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_H9VghDcD09DU64HqfEo2LaGwK3r9ai9H0BqkWHNc/ai-agent-connect
- **Tags:** form-builder, data-collection, workflow-automation, lead-capture, survey-tools, webhook

## Description

You can manage your entire survey lifecycle without leaving your chat interface. This Connector connects your 123FormBuilder account to your agent, turning a manual dashboard into a conversational workspace. Instead of hunting through folders to find a specific survey, you can just ask your agent to list your active forms or pull the latest submissions for a specific campaign. It handles the heavy lifting of data retrieval, letting you see what people are saying in your surveys or check your webhook statuses in seconds. If you need to organize your workspace, you can rename forms or delete old entries just by describing the change. It's a way to make data collection feel like a conversation. You can find this and thousands of other connectors in the Vinkius catalog to keep your tools connected.

## Tools

### create_new_form
Add a new, empty form to your account. Use this to start a new project quickly.

### list_form_fields
View the structure and input types of your form fields. This helps you understand what data you are collecting.

### remove_form
Permanently delete a form from your workspace. This is useful for cleaning up old surveys.

### remove_entry
Delete a specific user submission from a form. Use this to remove test data or errors.

### get_api_status
Check if your connection to the 123FormBuilder API is active. Use this to troubleshoot connection issues.

### get_form_details
Retrieve the configuration and metadata for a specific form. This gives you a deep look at form settings.

### get_entry_details
Read the specific data from an individual submission. This allows for detailed inspection of a single user entry.

### list_active_forms
See a list of all forms currently in your account. Use this to find the correct form name or ID.

### list_form_entries
Fetch all user submissions for a particular form. This is the primary way to pull survey results.

### list_form_webhooks
View all configured webhook endpoints for your forms. Use this to monitor your automated workflows.

### test_formbuilder_auth
Verify that your API credentials are working correctly. Run this first if your agent cannot see your data.

### update_form_info
Change the name of an existing form in your account. This helps you keep your workspace organized.

## Prompt Examples

**Prompt:** 
```
List all my active forms.
```

**Response:** 
```
I've retrieved your active forms. Here they are:

| Form Name | ID | Status |
| :--- | :--- | :--- |
| **Customer Feedback** | 10293 | Active |
| **Event Registration** | 10442 | Active |
| **Lead Capture** | 10550 | Active |

Which one would you like to look into?
```

**Prompt:** 
```
Show me the last 5 submissions for the 'Event Registration' form.
```

**Response:** 
```
I've fetched the latest entries for the **Event Registration** form:

* **Entry #5521**: Jane Doe - Registered for VIP
* **Entry #5520**: John Smith - Registered for General
* **Entry #5519**: Alice Wong - Registered for VIP
* **Entry #5518**: Bob Miller - Registered for General
* **Entry #5517**: Charlie Brown - Registered for VIP
```

**Prompt:** 
```
Rename form 10293 to 'Q4 Customer Feedback'.
```

**Response:** 
```
Success! I've updated the name of form 10293 to **Q4 Customer Feedback** in your 123FormBuilder account.
```

## Capabilities

### Create new forms
Add a blank form to your account using a simple text command.

### Delete forms and entries
Permanently remove unwanted forms or specific user submissions from your workspace.

### Query submission data
Pull a list of all user entries for a specific form to analyze results.

### Inspect form structures
View all input fields and data types for any form in your account.

### Manage webhooks
View your configured webhook endpoints to monitor automated data flows.

### Update form metadata
Modify form names and configuration details through your agent.

## Use Cases

### Quick survey result retrieval
A marketing manager asks their agent to show the last 10 submissions for a 'Customer Satisfaction' survey to check for common complaints.

### Bulk renaming for workspace cleanup
An admin needs to rename 50 forms to follow a new naming convention and uses update_form_info to do it in seconds.

### Webhook health monitoring
An engineer asks the agent to list all webhooks to ensure the lead capture form is still sending data to the CRM.

### Data structure auditing
A data analyst uses list_form_fields to see if a survey includes the correct phone number format before importing results.

## Benefits

- Pull survey results instantly using list_form_entries without manually filtering through a dashboard.
- Organize your workspace faster by renaming forms with update_form_info using simple text commands.
- Verify your integration status in seconds using test_formbuilder_auth to ensure your connection is live.
- Audit your data collection points using list_form_fields to see exactly what information you are gathering.
- Monitor your automated workflows by checking list_form_webhooks to ensure data is flowing to your apps.

## How It Works

The bottom line is you get a conversational interface for your 123FormBuilder data.

1. Subscribe to this Connector on the Vinkius platform.
2. Enter your 123FormBuilder API Key from your account settings.
3. Ask your agent to list your forms, pull survey results, or check webhook statuses.

## Frequently Asked Questions

**Can 123FormBuilder MCP help me see survey results?**
Yes, it allows your agent to pull a list of all user submissions for any form in your account, so you can review results directly in your chat.

**How do I use 123FormBuilder MCP to manage my forms?**
You can use it to list active forms, rename them, or delete old ones. Just describe the change to your agent, and it handles the update.

**Can I check my webhooks with 123FormBuilder MCP?**
Yes, you can ask your agent to list your webhook endpoints to verify that your form data is being sent to the correct external services.

**Does 123FormBuilder MCP let me delete old submissions?**
Yes, you can tell your agent to remove specific entries from a form to keep your data clean and organized.

**How do I connect my 123FormBuilder account to my agent?**
Once you subscribe to the Connector on Vinkius, you just need to provide your 123FormBuilder API Key in the configuration settings.

**Can 123FormBuilder MCP see what fields are in my surveys?**
Yes, it can retrieve the structure of your forms, showing you all the input fields and data types you're currently collecting.

**Can I see all the fields in a specific form via AI?**
Yes! Use the `list_form_fields` tool and provide the Form ID. Your agent will retrieve the complete structure, including labels and field types.

**How do I retrieve the latest submissions for a form?**
Run the `list_form_entries` query with your Form ID. The agent will return a paginated list of user submissions, which you can then inspect individually using `get_entry_details`.

**Is it possible to check the API connection status?**
Absolutely. Use the `get_api_status` or `test_formbuilder_auth` tools to verify your credentials and ensure the agent can communicate with the 123FormBuilder service.