Boltic · Capability
Boltic Tables API — Tables
Boltic Tables API — Tables. 5 operations. Lead operation: Boltic List all tables. Self-contained Naftiko capability covering one Boltic business surface.
What You Can Do
GET
Listtables
— Boltic List all tables
/v1/tables
POST
Createtable
— Boltic Create a new table
/v1/tables
GET
Gettable
— Boltic Get a table by ID
/v1/tables/{tableid}
PUT
Updatetable
— Boltic Update a table
/v1/tables/{tableid}
DELETE
Deletetable
— Boltic Delete a table
/v1/tables/{tableid}
MCP Tools
boltic-list-all-tables
Boltic List all tables
read-only
idempotent
boltic-create-new-table
Boltic Create a new table
boltic-get-table-id
Boltic Get a table by ID
read-only
idempotent
boltic-update-table
Boltic Update a table
idempotent
boltic-delete-table
Boltic Delete a table
idempotent