CleanSlice
Server Details
Architecture docs and patterns for NestJS + Nuxt full-stack apps
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- CleanSlice/mcp
- GitHub Stars
- 18
- Server Listing
- CleanSlice MCP Server
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.8/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose with no overlap: get-started provides initial rules, list-categories enumerates categories, search finds documents, and read-doc retrieves full content. The descriptions explicitly guide usage order and prevent confusion between tools.
Tools follow a consistent verb-object pattern (get-started, list-categories, read-doc, search), all using kebab-case. The minor deviation is 'search' being a single verb without an object, but it fits the pattern semantically and doesn't disrupt readability.
With 4 tools, this is well-scoped for a documentation server focused on slice creation. Each tool earns its place by covering essential workflows: initialization, discovery, search, and retrieval, without unnecessary bloat or missing core functions.
The toolset provides complete coverage for the documentation domain: get-started sets up rules, list-categories enables discovery, search facilitates finding relevant docs, and read-doc allows full access. There are no obvious gaps, and the tools support a logical workflow from start to finish.
Available Tools
4 toolsget-startedAInspect
⚠️ CRITICAL: request this tool first before creating any code! Returns essential slice creation rules. READ THIS FIRST before creating any slices! Contains the MOST IMPORTANT naming rule: ALWAYS use SINGULAR names (user/ not users/).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses critical behavioral traits: it's a read-only operation that returns rules (implied by 'Returns essential slice creation rules'), it's a prerequisite step, and it emphasizes importance with warnings and capitalization. However, it doesn't detail response format, error handling, or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized but could be more structured. It uses emphasis (⚠️, capitalization, exclamation points) effectively to highlight critical info, but the repetition ('READ THIS FIRST') and fragmented sentences reduce clarity. It's front-loaded with the warning, but the flow could be smoother.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (simple, no parameters) and lack of annotations/output schema, the description is reasonably complete. It explains what the tool does (returns rules), when to use it (first), and key content (naming rule). For a zero-param tool with no structured metadata, this covers essential context, though it could briefly mention output format.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately focuses on the tool's purpose and usage without redundant parameter info. Baseline is 4 for zero parameters, as it efficiently avoids unnecessary details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to return essential slice creation rules and the most important naming rule (use singular names). It specifies 'request this tool first before creating any code' which indicates it provides foundational information. However, it doesn't explicitly differentiate from siblings like list-categories or read-doc beyond the 'first' emphasis.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage guidance: 'request this tool first before creating any code' and 'READ THIS FIRST before creating any slices.' It strongly indicates this is a prerequisite step and when to use it (before any slice creation). No alternatives are mentioned, but the context makes it clear this is the initial step.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list-categoriesAInspect
List all available documentation categories. Use this to discover what categories are available before searching.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the tool lists 'all available' categories, implying a read-only operation, but doesn't specify if it's paginated, sorted, or what the return format is. For a tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose and followed by usage guidance. Every word earns its place with no redundancy or waste, making it highly efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (0 parameters, no output schema, no annotations), the description is adequate but incomplete. It explains the purpose and usage but lacks details on behavioral aspects like return format or limitations, which are needed for full contextual understanding despite the simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters with 100% schema description coverage, so the schema fully documents the lack of inputs. The description adds no parameter information, which is appropriate here, and the baseline for 0 parameters is 4, as it doesn't need to compensate for any gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('List') and resource ('documentation categories'), making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'search' beyond mentioning it's for discovery before searching, which is good but not a full distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use this tool ('to discover what categories are available before searching'), which helps guide usage relative to the 'search' sibling. It doesn't explicitly state when not to use it or name alternatives, but the guidance is practical and sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
read-docAInspect
Read the full content of a specific document by path. Use this after search to get the complete document when snippets are not enough.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Document path from search results |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. 'Full content' disclaims partial/summary results, but lacks disclosure about return format, encoding, size limits, or idempotency that would help an agent handle the response correctly.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with zero waste. First sentence declares purpose; second gives precise workflow guidance. Front-loaded and appropriately sized for the complexity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Complete for a single-parameter read operation. Lacks output format specification (text vs. binary), but given the simplicity, 100% schema coverage, and clear usage pattern, it provides sufficient context for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 100% coverage with 'Document path from search results'. Description adds workflow context by specifying the path comes from `search` results and reinforcing the temporal relationship (use after search), adding semantic value beyond the schema's static description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clear verb (Read) + resource (document) + scope (full content by path). Effectively implies distinction from `search` sibling which returns snippets, though could explicitly contrast with 'get-started' or 'list-categories'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Excellent explicit guidance: 'Use this after `search`' names the prerequisite tool, and 'when snippets are not enough' defines the specific trigger condition for invocation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchAInspect
Search for relevant documentation. Use list-categories first to see available categories. Filter by query text, framework, phase, feature, category, or tags. Returns documents sorted by relevance.
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tags to filter by | |
| limit | No | Max results to return (default: 5) | |
| phase | No | Development phase to filter by | |
| query | No | Search query text (searches in document names, descriptions, and keywords) | |
| offset | No | Number of results to skip for pagination (default: 0) | |
| feature | No | Feature name (e.g., authentication, user-management, file-upload) | |
| category | No | Category filter (e.g., quickstart, pattern, best-practices) | |
| framework | No | Framework identifier (e.g., nestjs, nuxt) | |
| sliceName | No | Name of the slice to find documentation for | |
| workingOn | No | Which application you are currently working on |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions returns are sorted by relevance, which is useful behavioral information. However, it doesn't disclose important traits like whether this is a read-only operation, potential rate limits, authentication requirements, error conditions, or what the return format looks like (structure of documents).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is efficiently structured in two sentences: first establishes purpose and prerequisite, second lists filter options and return behavior. Every word serves a purpose with no redundancy or unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 10 parameters and no output schema, the description provides adequate basic context about filtering and sorting. However, without annotations covering behavioral aspects and no output schema to describe return values, the description should ideally provide more information about what constitutes a 'document' in the results and any important constraints.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all 10 parameters thoroughly. The description mentions filtering by query text, framework, phase, feature, category, or tags, which aligns with schema parameters but doesn't add meaningful semantic context beyond what's already in the schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches for documentation and specifies what it filters by (query text, framework, phase, feature, category, tags). It distinguishes from 'list-categories' by mentioning that tool as a prerequisite, but doesn't explicitly differentiate from 'get-started' or 'read-doc'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance to use 'list-categories' first to see available categories, which is helpful context. However, it doesn't specify when to use this tool versus alternatives like 'get-started' or 'read-doc', nor does it mention any exclusions or prerequisites beyond the category suggestion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.