Skip to main content
Glama
theSharque
by theSharque

Validate Architecture

validate-architecture

Validate project architecture by checking inverse dependencies, module coverage, storage drift, and slice coverage to ensure structural integrity.

Instructions

Alias for validate with the same checks. Prefer validate after edits. Legacy name kept for compatibility.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNoProject ID (defaults to normalized workdir)
checkInverseNoCheck providesTo vs dependsOn inverse (default true)
checkModuleDepsNoCheck module.dependencies vs dataFlow.dependsOn (default true)
checkEntryCoverageNoCheck modules vs entries linkage (default true)
checkStorageNoCheck module files on disk and entry index drift (default true)
checkEmptySlicesNoWarn when api/domain/persistence slices have zero entries but modules exist (default true)
checkSliceCoverageNoCheck entries match at least one built-in or custom slice (default true)
checkModuleEntryCountsNoCheck module-too-few-entries when moduleEntryMin is set (default true)
moduleEntryMinNoMin entries per module when count > 0; omit to disable module-too-few-entries

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYes
validYes
issueCountYes
summaryYes
statsYes
issuesByKindYes
issuesYes
coverageNo
checksRunYes
Behavior2/5

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

No annotations provided, so the description must carry the burden. It only says 'same checks' but does not describe whether the tool is read-only, destructive, or any side effects. The name suggests validation, but the description lacks explicit behavioral context.

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

Conciseness4/5

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

Two concise sentences with front-loaded information: alias identification and usage guidance. No wasted words, but could include a brief summary of checks.

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?

Despite an output schema existing, the description fails to explain what the tool does beyond being an alias. With 9 parameters, the lack of context on the actual validation process makes it incomplete for an agent to understand its behavior.

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?

Schema coverage is 100% with all parameters described. The description adds no meaning beyond the schema, so baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states it is an alias for validate with the same checks, distinguishing it from siblings by advising to prefer the primary validate tool. The purpose as a legacy alias for architecture validation is clear.

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

Usage Guidelines5/5

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

Explicitly says 'Prefer validate after edits. Legacy name kept for compatibility.' This directly tells when to use this tool (for compatibility) and when not (prefer validate), with the alternative named.

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/theSharque/mcp-architect'

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