Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Bulk Create Rows
glide:bulk_create_rows
Create multiple rows in a Glide table in a single operation.
Write
Medium risk
Create Row
glide:create_row
Create a new row in a Glide table with the specified data.
Write
Medium risk
Delete Row
glide:delete_row
Delete a row from a Glide table. This action cannot be undone.
Write
High risk
Get App
glide:get_app
Fetch details about a specific Glide app including its configuration and metadata.
Read
Low risk
Get Row
glide:get_row
Fetch a specific row from a Glide table by its ID.
Read
Low risk
Get Table
glide:get_table
Fetch schema and metadata for a specific table in a Glide app.
Read
Low risk
Get User
glide:get_user
Fetch details about a specific user in a Glide app.
Read
Low risk
List Apps
glide:list_apps
List all Glide apps accessible to your account with optional filtering.
Read
Low risk
List Rows
glide:list_rows
List rows from a Glide table with optional filtering, sorting, and pagination.
Read
Low risk
List Tables
glide:list_tables
List all tables in a Glide app with their basic metadata.
Read
Low risk
List Users
glide:list_users
List all users in a Glide app with optional filtering and pagination.
Read
Low risk
Search Rows
glide:search_rows
Search for rows in a Glide table that match a text query across specified columns.
Read
Low risk
Update Row
glide:update_row
Update an existing row in a Glide table with new data.
Write
Medium risk