Skip to main content
Glama
nurnaufal321

Ignition Doc MCP

by nurnaufal321

search_ignition_sdk

Find answers about building Ignition modules by searching the SDK Programmer's Guide for hooks and module API details.

Instructions

Search the Ignition SDK Programmer's Guide.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
n_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description bears responsibility for disclosing behavior. The description indicates the search source (SDK Programmer's Guide) and the intended query context, but does not explicitly state that this is a read-only operation, what it returns, or any pagination/format details. Since 'search' implies a non-destructive operation, the risk is low, but the description lacks richer behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary action, and every word adds value. It avoids redundancy and clearly communicates purpose and usage in minimal text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description provides sufficient context for a simple search tool: it names the search source and the type of queries. The presence of an output schema reduces the need to explain return values. However, the unclarified 'n_results' parameter leaves a small gap in completeness, preventing a perfect score.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage; the schema only defines 'query' and 'n_results' with no per-parameter descriptions. The description partially compensates by suggesting 'query' should be about building Ignition modules, but it does not explain 'n_results' at all. Since the description adds some semantic value for 'query' but leaves 'n_results' undefined, a score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Search the Ignition SDK Programmer's Guide.' It specifies the resource (SDK Programmer's Guide) and the intended use case (questions about building Ignition modules), listing concrete classes like GatewayModuleHook and DesignerModuleHook. This distinguishes it from sibling tools like search_ignition_docs, which likely covers broader documentation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this for questions about building Ignition modules,' providing clear context for when to invoke this tool. While it does not name alternatives or exclusion criteria, the specific use case and the mention of the SDK guide imply a narrower scope than general docs search. This is clear context without explicit alternatives, matching a score of 4.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nurnaufal321/inductiveautomation-doc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server