You're viewing a demo portfolio

Join the waitlist
PRSM

airtable_get_base_schema

Active

Tool 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"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Airtable

https://github.com/pipeworx-io/mcp-airtable

1/7 registries
View full server →