Skip to main content
Glama
soubhagya2001

Ignition-JavaDoc-MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IGNITION_JAVADOC_CACHE_DIRNoOverride the cache location for the search index. Default is .cache/

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_ignition_apiB

Searches the Ignition Java API documentation for classes, packages, or members.

get_ignition_class_docsC

Gets the documentation for a specific class.

get_ignition_package_docsB

Gets the documentation for a specific package.

get_ignition_member_docsA

Gets the full documentation for a specific member (method/field/constructor) of a class. Use the 'u' field from search_ignition_api results as memberAnchor.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct aspect of the JavaDoc API: searching, retrieving class docs, package docs, or member docs. There is no overlap in their purposes, so an agent can easily choose the correct tool for a given task.

Naming Consistency5/5

All tool names follow a consistent pattern of a verb (search/get) followed by 'ignition' and then the target type (api, class_docs, package_docs, member_docs). This uniform structure makes the tool set predictable and easy to navigate.

Tool Count5/5

With only four tools, the server is tightly scoped to its purpose of exploring the Ignition API documentation. Each tool covers a fundamental operation (search, package, class, member) without unnecessary bloat, making the set feel complete and manageable.

Completeness5/5

The tool set covers the full lifecycle of browsing JavaDoc: searching for any API element, then drilling down into packages, classes, and members. There are no obvious missing operations for a documentation server, as search can find anything and retrieval covers all levels of detail.

Maintenance

ActivitySlowing
ResponsivenessNo issues