Skip to main content
Get schema information for a specific base

Tool details

FieldValue
Nameairtable__get_base
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "baseId": {
      "type": "string",
      "description": "Airtable base ID"
    }
  },
  "required": [
    "baseId"
  ],
  "description": "Input schema for the airtable__get_base tool."
}

Output schema

This tool does not publish an output schema.