Skip to main content
Glama

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
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_doxygen_projectC

Initialize a new Doxygen documentation project with configuration

generate_documentationC

Generate documentation from source code using Doxygen

scan_projectC

Analyze project structure and identify documentation opportunities

validate_documentationC

Check for documentation warnings, missing docs, and coverage analysis

create_doxyfileC

Generate a Doxyfile configuration with specified settings

check_doxygen_installC

Verify Doxygen installation and capabilities

suggest_file_patternsC

Suggest appropriate file patterns for a project

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a distinct purpose: checking installation, creating config, initializing project, generating docs, scanning project, suggesting patterns, and validating. No ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., check_doxygen_install, create_doxyfile, generate_documentation), using lowercase snake_case throughout.

Tool Count5/5

With 7 tools, the server is well-scoped for its purpose of Doxygen documentation management. Each tool is necessary and balanced.

Completeness5/5

The tool set covers the full lifecycle from installation verification to documentation generation and validation, with additional analysis and suggestion tools. No obvious gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues