Skip to main content
Rocketadmin logo

Rocketadmin

Save months of work developing custom admin panels with our secure solution for your MySQL, PostgreSQL, MSSQL, Oracle DB or MongoDB project.

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Rocketadmin authenticates with an API key. Generate the credential in your Rocketadmin account, then paste it into FlyMyAI the first time an agent uses a Rocketadmin action.

Get your Rocketadmin credential →

Fields to fill in FlyMyAI

FieldDetails
API KeyYour secret RocketAdmin API key. Sign in, then create or copy it in your account settings: https://app.rocketadmin.com/user-settings (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
ROCKETADMIN_CHECK_API_KEYTool to validate whether an API key is legitimate and active. Use when you need to verify that the current API key is valid before performing other operations.-
ROCKETADMIN_DELETE_TABLE_ROWTool to delete a single row from a database table by primary key. Use when you need to remove a specific row identified by its ID. This is an API+ feature.connectionId, tableName, id
ROCKETADMIN_GET_COMPANY_INVITE_VERIFYTool to check if a company invitation verification link is available and valid. Use when you need to verify a company invitation token before accepting the invitation.verificationString
ROCKETADMIN_GET_CONNECTIONSTool to retrieve all database connections where the user has access. Use when you need to discover available connections in the user's workspace.-
ROCKETADMIN_GET_CONNECTION_TABLESTool to retrieve all tables from a database connection. Use when you need to discover available tables in a specific connection.connectionId
ROCKETADMIN_GET_CONNECTION_TABLES_V2Tool to retrieve all tables in a database connection organized with category information. Use when you need to discover available tables in a specific connection.connectionId
ROCKETADMIN_GET_CONNECTION_TOKENTool to validate if connection agent token is valid. Use when you need to check if the current connection token is still authorized and active.-
ROCKETADMIN_GET_HELLOTool to retrieve a hello greeting message from the Rocketadmin API. Use when testing API connectivity or getting a simple greeting response.-
ROCKETADMIN_GET_SAAS_USERS_EMAILTool to retrieve user information by email address. Use when you need to get details about a specific user by their email.user_email
ROCKETADMIN_GET_TABLE_ROWTool to retrieve a single row from a database table using its primary key. Use when you need to fetch specific row data by its ID from a RocketAdmin connection.connectionId, tableName, id
ROCKETADMIN_GET_TABLE_ROWSTool to retrieve all rows from a database table with support for pagination, filtering, and sorting. Use when you need to fetch multiple rows from a RocketAdmin connection table.connectionId, tableName
ROCKETADMIN_GET_TABLE_STRUCTURETool to retrieve the structural information of a database table including columns, data types, constraints, and relationships. Use when you need to understand the schema of a specific table in a RocketAdmin connection.connectionId, tableName
ROCKETADMIN_GET_USER_EMAIL_VERIFYTool to verify a user's email address using a verification token. Use when you need to confirm a user's email address after registration or email change.verificationString
ROCKETADMIN_POST_TABLE_CSV_EXPORTTool to export table data as a CSV file from RocketAdmin. Use when you need to download table data in CSV format. This is an API+ feature that exports the specified table with optional filtering, pagination, and sorting.connectionId, tableName
ROCKETADMIN_POST_TABLE_ROWTool to add a new row to a database table in RocketAdmin. Use when you need to insert data into a specific table. This is an API+ feature that creates a new row with the provided field values.connectionId, tableName, row_data
ROCKETADMIN_POST_TABLE_ROWS_FINDTool to retrieve all rows from a database table with filter parameters in the request body. Use when you need to fetch rows with complex filtering conditions. This is an API+ feature that supports advanced filtering with operators like equals, greater than, l…connectionId, tableName
ROCKETADMIN_PUT_TABLE_ROWTool to update a row in a database table by its primary key. Use when you need to modify existing row data in a RocketAdmin connection. This is an API+ feature.connectionId, tableName, id, row_data
ROCKETADMIN_PUT_TABLE_ROWS_DELETETool to delete multiple rows from a table by primary key. Use when you need to batch delete rows identified by their primary keys. This is an API+ feature.connectionId, tableName, rows
ROCKETADMIN_PUT_TABLE_ROWS_UPDATETool to update multiple rows in a table by primary key. Use when you need to batch update rows identified by their primary keys with the same new values. This is an API+ feature.connectionId, tableName, primaryKeys, newValues
We love our partners - FlyMy.AI builds with the best. Thanks, Rocketadmin!