Skip to main content
Glama
batosai

Adonis MCP Documentation Server

by batosai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "listChanged": false
}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_code_examplesA

Extracts all code blocks from a documentation file with their language and line numbers

list_documentationA

Lists all available documentation markdown files with their names and descriptions

search_in_docsA

Search for a keyword or phrase across all documentation files and return matching sections

Prompts

Interactive templates invoked by user choice

NameDescription
explain_featureGet a detailed explanation of an adonis-mcp feature with code examples and best practices

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct operation: discovering files, searching content, and extracting code examples. There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

All tool names use a consistent lowercase snake_case verb-first pattern: list_documentation, search_in_docs, extract_code_examples. The naming style is predictable and easy to follow.

Tool Count4/5

Three tools is a reasonable, focused count for a documentation helper, and each tool serves a clear purpose. It is slightly on the low side because a direct full-document retrieval tool would round out the set.

Completeness2/5

The set supports listing, searching, and extracting code blocks, but lacks a direct 'read/get documentation file' tool. Agents cannot retrieve full document content, which is a significant gap for a documentation server and will cause failures when complete text is needed.

Maintenance

ActivityMaintained
ResponsivenessNo issues