All-in-one solution for form creation, submission management, and data integration.
Toolkit · byteforms
v1
01Create formtool
02Delete Formtool
03Get All Formstool
04Get Form By IDtool
API Key · verified
5T · 0TR
byteforms
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Create form
Creates a new form in ByteForms. Use this to build data collection forms with customizable fields (text, email, phone), styling options (theme, width), and submission rules (limits, deadlines, password protection). Returns the created form with its public_id for sharing.
TOOL
Delete Form
Tool to delete a form by its ID. Use when you need to remove an existing form permanently.
TOOL
Get All Forms
Tool to fetch all forms created by the authenticated user. Use after authentication to list existing forms.
TOOL
Get Form By ID
Retrieves detailed information about a specific form by its numeric ID. Returns the form's name, fields, configuration options, and metadata. Use the numeric 'id' field (not the 'public_id' string) from form data obtained via BYTEFORMS_GET_ALL_FORMS or BYTEFORMS_CREATE_FORM.
TOOL
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.