Airtable · Capability
Airtable API — Comments
Airtable API — Comments. 4 operations. Lead operation: Airtable List Comments on a Record. Self-contained Naftiko capability covering one Airtable business surface.
What You Can Do
GET
Listcomments
— Airtable List Comments on a Record
/v1/{baseid}/{tableidorname}/{recordid}/comments
POST
Createcomment
— Airtable Create a Comment on a Record
/v1/{baseid}/{tableidorname}/{recordid}/comments
PATCH
Updatecomment
— Airtable Update a Comment
/v1/{baseid}/{tableidorname}/{recordid}/comments/{commentid}
DELETE
Deletecomment
— Airtable Delete a Comment
/v1/{baseid}/{tableidorname}/{recordid}/comments/{commentid}
MCP Tools
airtable-list-comments-record
Airtable List Comments on a Record
read-only
idempotent
airtable-create-comment-record
Airtable Create a Comment on a Record
airtable-update-comment
Airtable Update a Comment
idempotent
airtable-delete-comment
Airtable Delete a Comment
idempotent