Skip to main content
Glama
knaisoma

data-olympus MCP server

KB List Documents

kb_list
Read-onlyIdempotent

List document IDs in a specified knowledge base tier (T1-T4), optionally filtered by category. Returns compact results by default; enable verbose mode for full paths.

Instructions

List doc ids in the given tier (and optional category), ordered by id.

verbose: False (default) drops per-entry path (fetch via kb_get(id)) and omits a null category. verbose=True restores the full shape with paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierYesRequired tier such as T1, T2, T3, or T4.
verboseNoFalse returns the compact response; true includes all fields.
categoryNoOptional category filter within a tier.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations declare readOnly, idempotent, non-destructive. Description adds behavior: verbose mode controls inclusion of path and null category, and notes that path can be fetched via kb_get(id). No contradiction.

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

Conciseness4/5

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

Two sentences, front-loaded with main purpose. The second sentence is detailed but not overly verbose. Could be slightly more concise but overall appropriate.

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 3 parameters with full schema, output schema exists, and annotations are present, the description sufficiently covers behavior and effects. Explains verbose mode well.

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 covers all 3 parameters with descriptions (100% coverage). Description adds context: verbose default drops path, verbose=True restores full shape; mentions ordering by id. This adds value beyond 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?

Description states 'List doc ids in the given tier (and optional category), ordered by id.' This specifies a clear verb 'List' and resource 'doc ids' with scoping by tier and category. It differentiates from siblings like kb_get (fetch single doc) and kb_search (search).

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?

While the purpose is clear, there is no explicit guidance on when to use kb_list versus alternatives like kb_search or kb_get. No when-not-to-use or prerequisites are mentioned.

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/knaisoma/data-olympus'

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