Versión2.0.0
Categoríadatabase
AutenticaciónClave de API
Herramientas10
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
Airtable base management — list bases, query records, create/update/delete rows, and manage tables.
02
Herramientas
10 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- add_commentAdd a comment to a specific record in an Airtable table. Returns the created comment.
- create_recordsCreate one or more new records in an Airtable table. Returns the created records with their IDs.
- create_webhookCreate a webhook for an Airtable base to receive notifications when data changes. Returns the webhook ID and MAC secret.
- delete_recordsDelete one or more records from an Airtable table by their IDs (up to 10 at a time).
- get_recordGet a single record from an Airtable table by its record ID.
- list_basesList all Airtable bases accessible to the authenticated user. Supports cursor-based pagination via offset.
- list_commentsList comments on a specific record in an Airtable table. Supports cursor-based pagination via offset.
- list_recordsList records from an Airtable table. Supports filtering with Airtable formulas, field selection, sorting, and pagination.
- list_tablesList all tables in an Airtable base, including their names, IDs, and field definitions.
- update_recordsUpdate one or more existing records in an Airtable table. Each record must include its ID and the fields to update.
03
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Secretos de usuario
API_TOKEN
Seguir leyendo
El manifiesto y el código de Airtable están en el monorepo, junto al resto de aplicaciones.