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
search_ignition_docsA

Search the Ignition User Manual (always the latest version).

Use this for questions about Ignition configuration, tags, scripting, modules, gateways, designers, and general product usage.

search_ignition_sdkA

Search the Ignition SDK Programmer's Guide.

Use this for questions about building Ignition modules: GatewayModuleHook, DesignerModuleHook, ClientModuleHook, AbstractGatewayModuleHook, and the Ignition module API.

get_pageA

Fetch the text content of an Ignition documentation page by URL.

Use URLs returned by search_ignition_docs or search_ignition_sdk.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: two search tools target different documentation sets (user manual vs SDK guide), and get_page fetches content by URL. No overlap or ambiguity exists.

Naming Consistency5/5

The search tools follow a consistent 'search_ignition_' prefix pattern, and get_page is a simple, clear verb_noun pair. All names are snake_case and readable.

Tool Count4/5

With 3 tools, the set is minimal but well-scoped for a documentation-focused server. It covers the primary needs without unnecessary bloat, though it could benefit from one or two more tools.

Completeness4/5

The tool surface covers core documentation workflows: searching two main documentation sources and fetching specific pages. Minor gaps like version selection or browsing are absent, but for typical usage it is sufficient.

Maintenance

ActivityMaintained
ResponsivenessNo issues