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.
Delete Record
microsoft_sql_server:delete_record
Delete records from a table with parameterized WHERE conditions for security.
Write
High risk
Execute Query
microsoft_sql_server:execute_query
Execute a SQL query against Microsoft SQL Server database.
Write
Low risk
Get Record Count
microsoft_sql_server:get_record_count
Get the count of records in a table, optionally filtered by conditions.
Read
Low risk
Get Table Schema
microsoft_sql_server:get_table_schema
Get column information and schema details for a specific table.
Read
Low risk
Insert Record
microsoft_sql_server:insert_record
Insert a new record into a table with parameterized values for security.
Write
Low risk
List Tables
microsoft_sql_server:list_tables
List all tables and views in the database with basic metadata.
Read
Low risk
Test Connection
microsoft_sql_server:test_connection
Test the database connection and return server information.
Write
Low risk
Update Record
microsoft_sql_server:update_record
Update existing records in a table with parameterized values for security.
Write
Medium risk