Skip to main content
Glama
3113y
by 3113y

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

Tools

Functions exposed to the LLM to take actions

NameDescription
wiki_searchA

Full-text search across all Isaac API wiki pages. Returns complete page content (not fragments) for each match — the LLM gets full class context with all methods, descriptions, and [[wikilinks]] to related classes. Use this to find relevant API classes, enums, or tutorials.

wiki_readA

Read a complete Isaac API wiki page by name. Returns the full page with all methods, descriptions, DLC compatibility badges, and [[wikilinks]] to related classes. Use wiki_search first to find the right page name.

wiki_listA

List all wiki pages, optionally filtered by category. Returns metadata (title, method_count, DLC versions) for each page — no full content.

wiki_statsA

Get statistics about the wiki knowledge base (page count, method count, categories).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: read a specific page, search across pages, list pages, and get stats. The descriptions explicitly guide when to use each, so there is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent `wiki_verb` pattern (read, search, list, stats). The naming is predictable and uniform, with the only minor deviation being `wiki_stats` using a noun instead of a verb, but this is a common exception for a statistics operation.

Tool Count5/5

Four tools is a well-scoped count for a wiki MCP server. Each tool covers a distinct aspect of wiki interaction without being redundant or overly expansive.

Completeness5/5

The tool surface fully covers the expected operations for a read-only wiki knowledge base: searching, reading, listing, and getting stats. There are no missing critical operations or dead ends for the described purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues