Create DatabaseTool to create a new database in a Softr workspace.
Create RecordCreates a new record in a Softr database table.
Create TableTool to create a new table within a specified Softr database.
Create Table FieldTool to add a new field to a Softr table.
Delete databaseTool to delete a specific database by its ID from Softr.
Delete RecordTool to delete a record from a Softr database table.
Delete TableTool to delete a specific table by its ID from a database.
Delete Table FieldTool to delete a field from a Softr database table.
Get DatabaseTool to retrieve details for a specific database by ID.
Get DatabasesTool to retrieve all databases available in the workspace.
Get RecordTool to retrieve a single record by its ID from a Softr database table.
Get records from tableTool to retrieve a paginated list of records from a Softr table.
Get TableTool to retrieve details for a specific table by ID.
Get Table FieldTool to retrieve a specific field from a Softr table by field ID.
Get Table FieldsTool to retrieve all fields for a specific table in a Softr database.
Get TablesRetrieves all tables within a specified Softr database.
Get Table ViewsTool to retrieve all views for a specified table in a Softr database.
Search RecordsTool to search records in a Softr database table with filtering and pagination.
Update DatabaseTool to update an existing database's name and/or description.
Update a recordTool to update an existing record's field values in a Softr table.
Update TableTool to update a table's name and/or description in Softr Database.
Update table fieldUpdates an existing field in a Softr table.