mcp-turso-cloud

by spences10
Verified

create_database

Create a new database in your Turso organization

Input Schema

NameRequiredDescriptionDefault
groupNoOptional group name for the database
nameYesName of the database to create
regionsNoOptional list of regions to deploy the database to

Input Schema (JSON Schema)

{ "properties": { "group": { "description": "Optional group name for the database", "type": "string" }, "name": { "description": "Name of the database to create", "type": "string" }, "regions": { "description": "Optional list of regions to deploy the database to", "items": { "type": "string" }, "type": "array" } }, "required": [ "name" ], "type": "object" }