Byteforms

Byteforms

All-in-one solution for form creation, submission management, and data integration.

57VIEWS
2552USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app byteformsnpx @composio/cli add cursor --app byteformsnpx @composio/cli add cursor --app byteformsnpx @composio/cli add cursor --app byteforms

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Form

Tool to create a new form. use when you need to define and store a form structure.

Delete Form

Tool to delete a form by its id. use when you need to remove an existing form permanently.

Get All Forms

Tool to fetch all forms created by the authenticated user. use after authentication to list existing forms.

Get Form By Id

Tool to retrieve a specific form using its id. use when you need to fetch form details by providing the form's unique identifier.

Get Form Responses

Tool to retrieve responses for a specific form with optional pagination and filtering. use when the form has collected submissions and you need to navigate large result sets.

5 actions available