← Back to all apps

Adalo

Developer toolsby Adalo
Launched Apr 13, 2026 on ChatGPT

Build and manage no-code apps entirely through conversation. Adalo's ChatGPT integration lets you create, modify, and manage mobile and web applications without ever leaving the chat. Just describe what you want — Adalo's AI builds it for you.

9ChatGPT Tools
Adalo Developer
Developer toolsCategory

Available Tools

Check App Build Status

check_app_status
Full Description

Check progress of an app build. Internal use by the preview widget only.

Parameters (1 required, 1 optional)
Required
jobIdstring

The job ID returned by create_app

Optional
requestIdstring

The AI assistant request ID, used to resume polling after refresh

Create App

create_app
Full Description

Start building a new Adalo app from a natural language description. Returns immediately. The build takes 1-3 minutes — the preview widget automatically tracks progress and shows the app when ready. Do NOT call create_app again or check_app_status — the widget handles everything. NEVER suggest generating code or downloading code — this is a no-code platform.

Parameters (1 required)
Required
promptstring

Natural language description of the app to create. Be descriptive about what the app should do, its features, and target audience.

Create Record

create_record
Full Description

Create a new record in an Adalo collection

Parameters (3 required)
Required
appIdstring

The App ID (from list_apps)

collectionIdstring

The collection/table ID (from list_collections)

dataobject

Key-value pairs for the new record

Delete Record

delete_record
Full Description

Delete a record from an Adalo collection

Parameters (3 required)
Required
appIdstring

The App ID (from list_apps)

collectionIdstring

The collection/table ID (from list_collections)

recordIdstring

The ID of the record to delete

List Apps

list_apps
Full Description

List all Adalo apps you have access to

List Collections

list_collections
Full Description

List all collections (tables) in an Adalo app

Parameters (1 required)
Required
appIdstring

The App ID (from list_apps)

Modify App

modify_app
Full Description

Modify an existing Adalo app using natural language. You can add/change collections, fields, screens, components, branding, and more. Returns an interactive preview of the affected screen.

Parameters (2 required)
Required
appIdstring

The App ID of the app to modify (from list_apps)

promptstring

Natural language instruction for how to modify the app. Examples: 'Add a reviews collection with rating and comment fields', 'Change the app color scheme to blue', 'Add a screen to display all products'.

Search Records

search_records
Full Description

Search and list records in an Adalo collection with optional filtering and pagination

Parameters (2 required, 4 optional)
Required
appIdstring

The App ID (from list_apps)

collectionIdstring

The collection/table ID (from list_collections)

Optional
filterKeystring

Field name to filter by

filterValuestring

Value to filter for

limitnumber

Max number of records to return

offsetnumber

Number of records to skip

Update Record

update_record
Full Description

Update an existing record in an Adalo collection

Parameters (4 required)
Required
appIdstring

The App ID (from list_apps)

collectionIdstring

The collection/table ID (from list_collections)

dataobject

Key-value pairs to update

recordIdstring

The ID of the record to update