CabinPanda is a data collection platform that enables users to create and manage online forms, facilitating efficient data gathering and analysis.
Tool to create a new form with specified fields and settings. use before collecting submissions to define form structure.
Tool to delete a specific form by its id. use after confirming the target form exists and is safe to remove.
Tool to delete a specific integration by its id. use when you need to remove or disable an existing integration (e.g., webhook) after confirming the integration id.
Tool to retrieve details of a specific form by its id. use when you need form metadata (fields, labels, timestamps) before processing or submitting data.
Tool to retrieve details of a specific integration by its id. use when you need to inspect integration settings or status after obtaining its id.
Tool to retrieve the authenticated user's profile information. use after obtaining valid api credentials to access user details.