Skip to main content
List all accessible Airtable bases

Tool details

FieldValue
Nameairtable__list_bases
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "pageSize": {
      "type": "number",
      "description": "Maximum number of bases to return"
    },
    "offset": {
      "type": "string",
      "description": "Pagination offset from Airtable"
    }
  },
  "description": "Input schema for the airtable__list_bases tool."
}

Output schema

This tool does not publish an output schema.