Supported Tools

MCP clients use the tools below to inspect schemas and tables, create or modify tables, and execute SQL.

CapabilityTool NameDescription
List connections and schemaslist-connectionsLists connections and schemas allowed for MCP use, along with each schema's DDL execution and Auto Commit policies.
List tableslist-tablesLists tables in the specified connection and schema.
Get table detailsget-table-detailsRetrieves columns, keys, indexes, and relationships for the specified tables.
Create tablescreate-tablesDefines 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 tablesmodify-tablesChanges 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 SQLexecute-queryExecutes 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.