Check API KeyTool to validate whether an API key is legitimate and active.
Delete Table Row by Primary KeyTool to delete a single row from a database table by primary key.
Verify Company Invitation LinkTool to check if a company invitation verification link is available and valid.
Get All ConnectionsTool to retrieve all database connections where the user has access.
Get Connection TablesTool to retrieve all tables from a database connection.
Get Connection Tables V2Tool to retrieve all tables in a database connection organized with category information.
Validate Connection TokenTool to validate if connection agent token is valid.
Get HelloTool to retrieve a hello greeting message from the Rocketadmin API.
Get SaaS Users by EmailTool to retrieve user information by email address.
Get Table Row by Primary KeyTool to retrieve a single row from a database table using its primary key.
Get All Table RowsTool to retrieve all rows from a database table with support for pagination, filtering, and sorting.
Get Table StructureTool to retrieve the structural information of a database table including columns, data types, constraints, and relationships.
Verify User EmailTool to verify a user's email address using a verification token.
Export Table as CSVTool to export table data as a CSV file from RocketAdmin.
Add Row to TableTool to add a new row to a database table in RocketAdmin.
Find Table Rows with FiltersTool to retrieve all rows from a database table with filter parameters in the request body.
Update Table Row by Primary KeyTool to update a row in a database table by its primary key.
Delete Multiple Table RowsTool to delete multiple rows from a table by primary key.
Update Multiple Table RowsTool to update multiple rows in a table by primary key.