Skip to main content
Glama

Semantic D1 MCP

Official

validate_database_schema

Check database schema integrity to identify issues like missing primary keys and orphaned foreign keys in Cloudflare D1 databases.

Instructions

Validate database schema integrity and detect potential issues (missing primary keys, orphaned foreign keys, etc.)

Input Schema

NameRequiredDescriptionDefault
environmentYesDatabase environment to validate

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Database environment to validate", "enum": [ "development", "staging", "production" ], "type": "string" } }, "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