{ "name": "GetAirtableBaseSchema", "fully_qualified_name": "AirtableApi.GetAirtableBaseSchema@0.1.0", "description": "Retrieve the schema of tables in a specified Airtable base.\n\nUse this tool to get detailed information about the structure of tables within a specific Airtable base by providing the base ID.", "toolkit": { "name": "ArcadeAirtableApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "airtable_base_id", "required": true, "description": "The unique identifier for the Airtable base for which you want to retrieve the schema.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "baseId" }, { "name": "fields_to_include", "required": false, "description": "Specifies which fields of the tables to include in the schema response. Provide an array of field names as strings.", "value_schema": { "val_type": "array", "inner_val_type": "string", "enum": null, "properties": null, "inner_properties": null, "description": "" }, "inferrable": true, "http_endpoint_parameter_name": "include" } ] }, "output": { "description": "Response from the API endpoint 'get-base-schema'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": { "provider_id": "arcade-airtable", "provider_type": "oauth2", "id": null, "oauth2": { "scopes": [ "schema.bases:read" ] } }, "secrets": null, "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Tools that enable LLMs to interact directly with the airtable API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.0.0", "description": "" }, "url": "https://api.airtable.com/v0/meta/bases/{baseId}/tables", "http_method": "GET", "headers": {}, "parameters": [ { "name": "include", "tool_parameter_name": "fields_to_include", "description": "", "value_schema": { "val_type": "array", "inner_val_type": "string", "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "query", "required": false, "deprecated": false, "default": null, "documentation_urls": [] }, { "name": "baseId", "tool_parameter_name": "airtable_base_id", "description": "", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "" }, "accepted_as": "path", "required": true, "deprecated": false, "default": null, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ] } }