Skip to main content
Glama

mcp-turso-cloud

create_database

Create a new database in your Turso organization by specifying the name, optional group, and regions for deployment using the MCP server.

Instructions

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" }
Install Server

Other Tools from mcp-turso-cloud

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-turso-cloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server