Read and write Airtable bases, Google Sheets, and Excel files from CortexPrism.
cortex plugin install marketplace:cortex-plugin-airtable
cortex plugin install github:CortexPrism/cortex-plugin-airtable
cortex plugin install ./manifest.json| Key | Type | Required | Description |
|---|---|---|---|
airtableApiKey |
secret | yes | Personal access token |
airtableDefaultBase |
text | no | Default base ID |
| Key | Type | Description |
|---|---|---|
sheetsClientEmail |
text | Service account email |
sheetsPrivateKey |
secret | Service account private key |
base_id(string, required)table_name(string, required)max_records(number, default100)filter_formula(string, optional)view(string, optional)
base_id(string, required)table_name(string, required)fields(string, required) — JSON object
base_id(string, required)table_name(string, required)record_id(string, required)fields(string, required) — JSON object
- No parameters
spreadsheet_id(string, required)range(string, default"Sheet1")sheet_name(string, optional)
spreadsheet_id(string, required)range(string, required)values(string, required) — JSON 2D array
tools— Tool executionnetwork:fetch— HTTPS to Airtable/Sheets APIsfs:read— File system readfs:write— File system write
deno task test
deno fmt --check
deno lintMIT