Boltic · Capability
Boltic Tables API — Rows
Boltic Tables API — Rows. 5 operations. Lead operation: Boltic List rows in a table. Self-contained Naftiko capability covering one Boltic business surface.
What You Can Do
GET
Listrows
— Boltic List rows in a table
/v1/tables/{tableid}/rows
POST
Createrow
— Boltic Add a new row
/v1/tables/{tableid}/rows
GET
Getrow
— Boltic Get a row by ID
/v1/tables/{tableid}/rows/{rowid}
PUT
Updaterow
— Boltic Update a row
/v1/tables/{tableid}/rows/{rowid}
DELETE
Deleterow
— Boltic Delete a row
/v1/tables/{tableid}/rows/{rowid}
MCP Tools
boltic-list-rows-table
Boltic List rows in a table
read-only
idempotent
boltic-add-new-row
Boltic Add a new row
boltic-get-row-id
Boltic Get a row by ID
read-only
idempotent
boltic-update-row
Boltic Update a row
idempotent
boltic-delete-row
Boltic Delete a row
idempotent