All-in-one solution for form creation, submission management, and data integration.
Tool to create a new form. use when you need to define and store a form structure.
Tool to delete a form by its id. use when you need to remove an existing form permanently.
Tool to fetch all forms created by the authenticated user. use after authentication to list existing forms.
Tool to retrieve a specific form using its id. use when you need to fetch form details by providing the form's unique identifier.
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.