Skip to main content
Glama

mcp-turso-cloud

describe_table

Retrieve schema details for a specified table in a Turso database, enabling users to view structure and properties directly from the MCP server.

Instructions

Gets schema information for a table

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name (optional, uses context if not provided)
tableYesTable name

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name (optional, uses context if not provided)", "type": "string" }, "table": { "description": "Table name", "type": "string" } }, "required": [ "table" ], "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