Skip to main content
Glama
semanticintent

Semantic Perch Intelligence MCP

validate_database_schema

Identify database schema integrity problems, including missing primary keys and orphaned foreign keys, to prevent data corruption.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentYesDatabase environment to validate
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full responsibility for disclosing behavioral traits. It states what the tool detects but does not mention whether it is read-only, whether it modifies data, what the output format is, or if it requires special permissions. This is a meaningful gap for a validation tool that could potentially be expected to run side-effect-free checks.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that front-loads the primary action ('Validate database schema integrity') and then provides concrete examples to clarify scope. There is no redundant wording or filler, and every part of the sentence contributes useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations, yet the description does not explain what the result looks like or how issues are reported. Given the presence of sibling tools with overlapping purposes, the description also fails to clarify the tool's unique position. While the single parameter is well-documented, the lack of return-value or behavioral context leaves the description incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% schema description coverage: the single parameter 'environment' is fully described with an enum of valid values and a clear meaning. The description adds no additional semantic detail beyond the schema, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Validate') with a clear resource ('database schema') and enumerates concrete examples of what it checks (missing primary keys, orphaned foreign keys). This distinguishes it from related sibling tools like analyze_database_schema and suggest_schema_optimizations, which imply broader or different scopes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit guidance on when to use this tool versus alternatives such as analyze_database_schema or compare_schemas. It does not mention any exclusions, prerequisites, or scenarios where another tool would be preferred, leaving the agent to infer usage solely from the tool name and purpose.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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-perch-intelligence-mcp'

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