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 schema information for a specific base
| Field | Value |
|---|---|
| Name | airtable__get_base |
| Group | Integrations |
{
"type": "object",
"properties": {
"baseId": {
"type": "string",
"description": "Airtable base ID"
}
},
"required": [
"baseId"
],
"description": "Input schema for the airtable__get_base tool."
}