Skip to main content
Glama

Semantic D1 MCP

Official

analyze_database_schema

Analyze Cloudflare D1 database schema structure to understand tables, columns, indexes, and relationships with optional sample data inspection.

Instructions

Analyze D1 database schema structure, tables, columns, indexes, and relationships with optional sample data

Input Schema

NameRequiredDescriptionDefault
environmentYesDatabase environment to analyze
includeSamplesNoInclude sample data from tables (max 5 rows per table)
maxSampleRowsNoMaximum number of sample rows per table

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Database environment to analyze", "enum": [ "development", "staging", "production" ], "type": "string" }, "includeSamples": { "default": true, "description": "Include sample data from tables (max 5 rows per table)", "type": "boolean" }, "maxSampleRows": { "default": 5, "description": "Maximum number of sample rows per table", "type": "number" } }, "required": [ "environment" ], "type": "object" }

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/semanticintent/semantic-d1-mcp'

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