Skip to main content
Glama
semanticintent

Semantic Perch Intelligence MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
D1_DEV_DATABASE_IDYesThe database ID for the development environment
D1_PROD_DATABASE_IDNoThe database ID for the production environment (optional)
CLOUDFLARE_API_TOKENYesYour Cloudflare API token with D1 read permissions
D1_DEV_DATABASE_NAMEYesThe database name for the development environment
CLOUDFLARE_ACCOUNT_IDYesYour Cloudflare account ID
D1_PROD_DATABASE_NAMENoThe database name for the production environment (optional)
D1_STAGING_DATABASE_IDNoThe database ID for the staging environment (optional)
D1_STAGING_DATABASE_NAMENoThe database name for the staging environment (optional)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_database_schemaB

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

get_table_relationshipsB

Extract and analyze foreign key relationships between tables in the database

validate_database_schemaB

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

suggest_schema_optimizationsB

Analyze schema and suggest performance optimizations (missing indexes, redundant indexes, etc.)

compare_schemasA

Compare database schemas between environments to detect drift and plan migrations with ICE-scored differences

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation4/5

The tools are largely distinct, but there is some overlap between 'analyze_database_schema' and 'get_table_relationships', where the former includes relationships as part of its analysis. However, each tool has a clear primary focus, so an agent can usually select the right one based on context.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: analyze, get, validate, suggest, compare. The naming is predictable and makes it easy to infer the action and target of each tool.

Tool Count5/5

With 5 tools, the server is well-scoped for its stated purpose of database schema intelligence. Each tool covers a distinct aspect without redundancy, making the surface area manageable.

Completeness5/5

The tool set covers the full lifecycle of schema analysis: inspection, relationship mapping, validation, optimization suggestions, and comparison. There are no obvious gaps for the intended functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues