> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Use Airtable

> Work with the user's connected Airtable bases.

{/* Tool: use_app_airtable */}

## Parameters

<ParamField path="tool_name" type="string" required={true}>
  Exact tool name returned by `list_app_tools`.
</ParamField>

<ParamField path="configured_props" type="object" required={true}>
  The configured props for the action (e.g., `{"baseId": "app123", "tableId": "tbl456"}`).
</ParamField>

<ParamField path="email" type="string" default={""}>
  Optional email address to select a specific connected account.
</ParamField>
