ClawLink
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.

ToolWhat it doesKind
quintadb_get_databaseGet metadata and resource counts for one allowed QuintaDB database by app IDRead
quintadb_get_recordGet one record by exact ID from an allowed QuintaDB databaseRead
quintadb_list_fieldsList the fields in a QuintaDB form, including field IDs and typesRead
quintadb_list_formsList forms/tables in an allowed QuintaDB database, including IDs and record counts needed forRead
quintadb_list_recordsReturn one page of records from a QuintaDB form, optionally constrained to a reportRead
quintadb_list_reportsList QuintaDB reports/views for a formRead
quintadb_search_recordsSearch records in one QuintaDB form using explicit field or system-column predicatesRead
quintadb_create_recordCreate one record in a QuintaDB form using values keyed by field IDWrite
quintadb_create_recordsCreate 2-100 QuintaDB records using sequential individual API calls in input orderWrite
quintadb_update_recordUpdate selected fields on one QuintaDB record using a field-ID keyed values objectWrite
quintadb_update_records_by_idUpdate 2-100 exact QuintaDB record IDs using sequential individual API calls in input orderWrite