Authorize OAuthTool to initiate the OAuth authorization process for third-party applications.
Create DatabaseTool to create a new Zite database instance with tables and fields.
Create Database WebhookTool to create a webhook subscription for a Fillout database.
Create fieldTool to add a new field to an existing table with specified type, name, and configuration.
Create recordTool to create a new record in a Fillout table with the provided field data.
Create tableTool to add a new table with custom schema to an existing database.
Delete databaseTool to permanently delete a database and all its data including tables, fields, views, and records.
Delete database webhookTool to remove a webhook subscription from a Fillout database.
Delete fieldTool to permanently delete a field from a table.
Delete recordTool to permanently delete a record from a table in Fillout Database.
Delete tableTool to permanently delete a table and all its data including fields, views, and records from a Fillout database.
Get database by IDTool to retrieve detailed information about a specific database including all tables, fields, and views.
Get databasesTool to retrieve a list of all databases for your organization.
Get formsTool to retrieve a list of all forms in your account.
Get record by IDTool to retrieve a single record by its UUID with all field data.
Invalidate Access TokenRevokes an OAuth access token obtained from Fillout's OAuth authorization flow.
List database webhooksTool to retrieve all webhook subscriptions configured for a specific database.
List RecordsTool to retrieve records from a Fillout table with filtering, sorting, and pagination.
Remove form webhookTool to remove a webhook by its ID.
Update fieldTool to modify field properties and configuration for an existing field in a Fillout database table.
Update recordTool to update specific fields of an existing record in a Fillout table.
Update tableTool to update table properties like name.