Skip to main content
Glama

mcp-turso-cloud

generate_database_token

Create a new token with specified permissions for a Turso database using the MCP server, enabling secure access and management of database operations.

Instructions

Generate a new token for a specific database

Input Schema

NameRequiredDescriptionDefault
databaseYesName of the database to generate a token for
permissionNoPermission level for the token

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Name of the database to generate a token for", "type": "string" }, "permission": { "description": "Permission level for the token", "enum": [ "full-access", "read-only" ], "type": "string" } }, "required": [ "database" ], "type": "object" }

You must be authenticated.

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