Skip to main content
Glama

Search Jmp Docs

search_jmp_docs

Find relevant excerpts from JMP 19.1 documentation by asking natural-language questions. Maps common terms to JMP-specific names, e.g., 'random forest' to 'Bootstrap Forest'.

Instructions

Search the JMP 19.1 documentation and return the most relevant excerpts.

Handles JMP's own naming: asking for a "random forest" finds "Bootstrap Forest", "pivot table" finds "Tabulate", and so on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoNumber of excerpts to return.
bookNoRestrict to one book, e.g. 'Design of Experiments Guide'.
queryYesNatural-language question about JMP.
intentNoOptional intent hint. One of: how_to, what_is, interpret, option_lookup, example, scripting, where_is_it, troubleshoot.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that the tool returns excerpts and handles JMP's non-obvious naming conventions, which is useful. However, it does not explain limitations, result relevance behavior, or whether output is restricted by book unless specified.

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 compact, front-loaded with the core action, and every sentence adds value. The naming-convention paragraph is high-signal and not redundant with the schema.

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?

Given the rich input schema, an output schema, and a fairly simple search operation, the description covers what an agent needs to invoke the tool correctly. It lacks sibling differentiation and some usage context, but those are already accounted for in other dimensions.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful semantics for the query parameter by giving concrete examples of JMP naming translation. This helps an agent understand that query terms will be mapped to JMP's official terminology.

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

Purpose4/5

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

The description clearly states the tool searches JMP 19.1 documentation and returns excerpts, using a specific verb and resource. It does not explicitly differentiate itself from siblings like find_menu_path or get_jmp_page, so it stops short of a 5.

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

Usage Guidelines2/5

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

The description implies the tool is for natural-language doc searches, and the query schema parameter reinforces this, but it gives no explicit guidance about when to prefer search_jmp_docs over related tools such as find_example, browse_jmp_toc, or whats_this. No exclusions or alternative routing are provided.

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