Data & Analytics12 toolsPaste one API key
QuintaDB integration for AI agents
QuintaDB is a no-code online database and application builder for managing databases, forms, fields, records, reports, and files.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect QuintaDB once and call the same tools from all of them.
Setup
Connect QuintaDB through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
QuintaDB exposes 12 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
quintadb_get_database | Get metadata and resource counts for one allowed QuintaDB database by app ID | Read |
quintadb_get_record | Get one record by exact ID from an allowed QuintaDB database | Read |
quintadb_list_fields | List the fields in a QuintaDB form, including field IDs and types | Read |
quintadb_list_forms | List forms/tables in an allowed QuintaDB database, including IDs and record counts needed for | Read |
quintadb_list_records | Return one page of records from a QuintaDB form, optionally constrained to a report | Read |
quintadb_list_reports | List QuintaDB reports/views for a form | Read |
quintadb_search_records | Search records in one QuintaDB form using explicit field or system-column predicates | Read |
quintadb_create_record | Create one record in a QuintaDB form using values keyed by field ID | Write |
quintadb_create_records | Create 2-100 QuintaDB records using sequential individual API calls in input order | Write |
quintadb_update_record | Update selected fields on one QuintaDB record using a field-ID keyed values object | Write |
quintadb_update_records_by_id | Update 2-100 exact QuintaDB record IDs using sequential individual API calls in input order | Write |