Skip to main content
Glama

Define a CHP term

define

Define a CHP primitive. Pass a term, or omit to list the glossary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
termNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden. It discloses dual behavior (define vs list), but does not clarify if the operation is read-only or has side effects. The verb 'define' is ambiguous (could imply mutation), leaving behavioral uncertainty.

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?

Two sentences, no wasted words, front-loaded with the core action. Every sentence earns its place.

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?

For a simple tool with one optional parameter and no output schema, the description covers the main functionality. However, it lacks details on return format or pagination for the glossary list, which could improve completeness.

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 description coverage is 0%, but the description adds meaning: it explains that providing 'term' returns a definition, while omitting it lists the glossary. This compensates well for the missing schema descriptions.

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 'Define a CHP primitive' with a specific verb and resource. It also distinguishes two modes (pass term or omit to list glossary), differentiating from sibling tools like 'explain' or 'faq'.

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 provides explicit guidance: use 'term' to define, omit to list glossary. It covers both main use cases, though it does not explicitly compare with siblings or mention when not to use.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.2/5.0
Disambiguation4/5

Most tools have distinct purposes, but 'explain' and 'faq' both cover learning about CHP, and 'search' may overlap with glossary and FAQ lookups. Descriptions provide enough clarity to distinguish them.

Naming Consistency3/5

Naming mixes verb-initial patterns (define, explain, get_capability) with noun-like names (faq) and a phrase (how_to_adopt). While all use lowercase and underscores, the verb usage is inconsistent.

Tool Count5/5

9 tools is well-scoped for a protocol documentation server. Each tool serves a clear purpose without being overwhelming or sparse.

Completeness4/5

Covers key aspects: definitions, explanations, FAQs, capabilities, examples, adoption, adapters, and search. Minor gaps like a conformance checker exist but are not essential for the educational purpose.