EthoswarmEthoswarm
← Back to Bazaar

airtable

Copied!
Verified

Methodical Airtable MCP Server integration (v1.16.0). Restored full 13-tool suite with corrected SSE output parsing (result.content). Supports User-Specific PAT via manifest. Stability: High.

Equipped By
15Minds
Comprised Of
13App Tools
App Tools
13
create_fieldPOST

Creates a new field in an existing table. Returns raw SSE. Safety Protocol: Propose change and wait for approval.

create_records_for_tablePOST

Creates new records in an Airtable table. Returns raw SSE. Safety Protocol: Propose and wait for approval.

create_tablePOST

Creates a new table in a base. Returns raw SSE. Safety Protocol: Propose change and wait for approval.

display_records_for_tablePOST

Displays records for a table. Requires fieldIds for rendering. Returns raw SSE. Safety Protocol: Propose change and wait for approval.

get_table_schemaPOST

Gets detailed schema information for specified tables and fields. Required before updating select fields.

list_basesPOST

Lists all Airtable bases that the current PAT has access to. Use this to retrieve the baseId for future operations.

list_records_for_tablePOST

Lists records queried from a specific Airtable table. Returns raw SSE.

list_tables_for_basePOST

Gets the summary of a specific base, including schemas of all tables.

pingPOST

A simple utility to check if the MCP server is running.

search_basesPOST

Searches for bases by name. Returns raw SSE.

update_fieldPOST

Updates a field's name or description. Returns raw SSE. Safety Protocol: Propose change and wait for approval.

update_records_for_tablePOST

Updates records in an Airtable table. Returns raw SSE. Safety Protocol: Propose and wait for approval.

update_tablePOST

Updates a table's name or description. Returns raw SSE. Safety Protocol: Propose change and wait for approval.