test
and deploys a test MCP SQLite server agent. Rooms close automatically when inactive.
Tool | Short Description |
---|---|
append_insight | Add a business insight to the memo |
create_table | Create a new table in the SQLite database |
describe_table | Get the schema information for a specific table |
list_tables | List all tables in the SQLite database |
read_query | Execute a SELECT query on the SQLite database |
write_query | Execute an INSERT, UPDATE, or DELETE query |
insight
(string
): Business insight discovered from data analysisquery
(string
): CREATE TABLE SQL statementtable_name
(string
): Name of the table to describequery
(string
): SELECT SQL query to executequery
(string
): SQL query to execute