airtable_get_base_schema
ActiveTool of Airtable
declared in 0.1.0
Get the structure of an Airtable base—all tables, field names, field types, and configurations. Use first to understand available data before querying or creating records.
Parameters schema
{
"type": "object",
"examples": [
{
"baseId": "appXXXXXXXXXXXX",
"_apiKey": "your-airtable-api-key"
}
],
"required": [
"_apiKey",
"baseId"
],
"properties": {
"baseId": {
"type": "string",
"description": "Airtable base ID"
},
"_apiKey": {
"type": "string",
"description": "Airtable personal access token"
}
}
}Parent server
Airtable
https://github.com/pipeworx-io/mcp-airtable
1/7 registries