# QuintaDB MCP

Vendor: QuintaDB  
Category: other  
Auth: API_KEY  
Composio slug: `quintadb`

QuintaDB is a no-code online database and application builder for managing databases, forms, fields, records, reports, and files.

## Tools

- **Create Record** — Create one record in a QuintaDB form using values keyed by field ID. The tool supplies QuintaDB's required entity_id inside the nested values body.
- **Create Records** — Create 2-100 QuintaDB records using sequential individual API calls in input order. This is not atomic: some records can succeed while others fail, and every item returns its own outcome.
- **Delete Records By ID** — Permanently delete only the explicitly supplied QuintaDB record IDs from one form. This tool never supports delete-all or filter-based deletion.
- **Get Database** — Get metadata and resource counts for one allowed QuintaDB database by app ID. Use this instead of global database discovery when the API key is restricted to selected apps.
- **Get Record** — Get one record by exact ID from an allowed QuintaDB database. Values are returned under their field IDs for reliable use with QuintaDB schema and record tools.
- **List Fields** — List the fields in a QuintaDB form, including field IDs and types. Use these IDs as keys in record values and search predicates.
- **List Forms** — List forms/tables in an allowed QuintaDB database, including IDs and record counts needed for field and record operations.
- **List Records** — Return one page of records from a QuintaDB form, optionally constrained to a report. Record values remain keyed by field ID for reliable use with schema and write tools.
- **List Reports** — List QuintaDB reports/views for a form. Use a returned report ID to constrain record listing or search.
- **Search Records** — Search records in one QuintaDB form using explicit field or system-column predicates. Groups are combined with OR; predicates inside each group are combined with AND.
- **Update Record** — Update selected fields on one QuintaDB record using a field-ID keyed values object.
- **Update Records By ID** — Update 2-100 exact QuintaDB record IDs using sequential individual API calls in input order. This is not atomic: some updates can succeed while others fail, and every item returns its own outcome.

## Setup

1. Create or open a Switchy Project.
2. Open Integrations and connect QuintaDB.
3. Authorise through api_key.
4. Teammates can now @-mention QuintaDB tools in chat.

---
Last verified: 2026-09-03T02:00:04.194Z  
Canonical URL: https://switchy.build/directory/mcps/quintadb