Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a specific record by ID
| Field | Value |
|---|---|
| Name | airtable__get_record |
| Group | Integrations |
{
"type": "object",
"properties": {
"baseId": {
"type": "string",
"description": "Airtable base ID"
},
"tableIdOrName": {
"type": "string",
"description": "Table ID or URL-encoded table name"
},
"recordId": {
"type": "string",
"description": "Airtable record ID"
}
},
"required": [
"baseId",
"tableIdOrName",
"recordId"
],
"description": "Input schema for the airtable__get_record tool."
}