Skip to main content
Glama

Semantic D1 MCP

Official

get_table_relationships

Extract and analyze foreign key relationships between tables in Cloudflare D1 databases to understand data connections and dependencies.

Instructions

Extract and analyze foreign key relationships between tables in the database

Input Schema

NameRequiredDescriptionDefault
environmentYesDatabase environment to analyze
tableNameNoOptional: Filter relationships for specific table

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Database environment to analyze", "enum": [ "development", "staging", "production" ], "type": "string" }, "tableName": { "description": "Optional: Filter relationships for specific table", "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