Skip to main content
Glama

Explain a CHP concept

explain

Learn what CHP is and how it works. Pass a topic, or omit to list topics. Topics: what-is-chp, evidence-model, why-a-protocol, governance, agentic-web, evidence-vs-telemetry, chp-vs-mcp, conformance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNo

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explains that the tool returns explanations for CHP concepts and lists the available topics. It does not describe response format, but for a read-only educational tool this is sufficient.

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 short sentences plus a list. It front-loads the purpose and provides a succinct enumeration of topics. No unnecessary words.

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

Completeness5/5

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

Given the tool's simplicity (one optional parameter, no output schema), the description covers everything: what it does, how to use it, and what topics are available. No gaps.

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

Parameters5/5

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

Schema coverage is 0% (no description on the 'topic' property), and the description fully compensates by listing all valid topics and explaining that omitting the parameter lists topics. This adds crucial meaning beyond the bare schema.

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: 'Learn what CHP is and how it works.' It also lists specific topics, distinguishing it from sibling tools like 'define' or 'faq' which offer narrower functionality.

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 clear guidance: 'Pass a topic, or omit to list topics.' This tells the agent how to invoke it and what happens with no argument. It does not explicitly mention when not to use it, but the list of topics implicitly defines the scope.

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.