Supported Tools
MCP clients use the tools below to inspect schemas and tables, create or modify tables, and execute SQL.
| Capability | Tool Name | Description |
|---|---|---|
| List connections and schemas | list-connections | Lists connections and schemas allowed for MCP use, along with each schema's DDL execution and Auto Commit policies. |
| List tables | list-tables | Lists tables in the specified connection and schema. |
| Get table details | get-table-details | Retrieves columns, keys, indexes, and relationships for the specified tables. |
| Create tables | create-tables | Defines new tables and applies them to the NeoSQL ERD, and also to the database when the schema's DDL policy is set to immediate execution. |
| Modify tables | modify-tables | Changes columns, keys, indexes, and relationships on existing tables and applies them to the ERD, and also to the database when the DDL policy is set to immediate execution. |
| Execute SQL | execute-query | Executes read or data-change SQL and returns the result. DDL is rejected — use create-tables/modify-tables instead. |
Note: MCP tools operate only within the projects, connections, and schemas allowed in NeoSQL settings. Whether DDL runs immediately and whether DML auto-commits both follow each schema's MCP policy.
