Skip to main content
Glama

list_glossary

List all glossary entries or filter by domain. Retrieve up to 100 entries with summaries.

Instructions

List all glossary entries with optional domain filter.

Args: domain: Optional domain filter limit: Max results (default 50, max 100)

Returns: List of glossary entry summaries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
domainNo

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 must handle transparency. It describes safe read behavior and specifies limit constraints (default 50, max 100). However, it does not disclose pagination details or other potential behavioral traits beyond the obvious.

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 concise with two sentences plus structured Args and Returns sections. Every sentence is useful, no wasted words, and the format is easy to parse.

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 low complexity, presence of an output schema (covering return details), and clear explanation of parameters and behavior, the description is complete. No missing critical information for an agent to use the tool correctly.

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?

The input schema has 0% description coverage, but the description compensates by explaining both parameters: domain as 'Optional domain filter' and limit as 'Max results (default 50, max 100)'. This adds clear meaning beyond the schema's types and defaults.

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 'List all glossary entries with optional domain filter', specifying the verb (list), resource (glossary entries), and a distinguishing optional filter. This differentiates it from siblings like 'search_glossary' which implies searching, not listing all.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool over alternatives like 'search_glossary' or 'list_notes'. It mentions an optional domain filter and limit defaults, but lacks guidance on when not to use it or compare to siblings.

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/michaelkrauty/mcp-notes'

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