TablesRead-only

List a row’s files

list_row_attachments

The files attached to a row: id, filename, content type, size and order. Bytes are not returned — an attachment is fetched over HTTP from the API, which is also the only surface that can upload one, because a file is bytes rather than a tool argument.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
rowIdstringrequiredRow ID

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "list_row_attachments",
"arguments": {
"tableId": "tableId_123",
"rowId": "rowId_123"
}
}

Use this tool in

Related Tables tools