Skip to main content
Glama
TsvetanG2

cognigy-ai-mcp-management-server

list_knowledge_stores

Read-onlyIdempotent

Retrieve a paginated list of Knowledge AI stores, filtered by name or project, to manage the RAG content used by AI Agents for answering questions.

Instructions

Lists Cognigy.AI Knowledge AI stores. Knowledge stores are containers for RAG (Retrieval-Augmented Generation) content used by AI Agents to answer questions from your data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of items to skip for pagination
limitNoMaximum number of stores to return (default: 25, max: 100)
filterNoFilter knowledge stores by name
projectIdNoFilter knowledge stores by project ID
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds context about the purpose of knowledge stores (RAG) but does not reveal additional behavioral traits like pagination details or filtering behavior beyond what the schema provides.

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?

The description is very concise (two sentences) and front-loaded with the main action. It could be slightly more structured, but it effectively communicates the purpose without redundancy.

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

Completeness3/5

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

Given the tool has 4 parameters (skip, limit, filter, projectId) and no output schema, the description lacks details about pagination behavior, default ordering, or return structure. It is adequate for a simple list operation but leaves some gaps.

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

Parameters3/5

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

Schema coverage is 100%, so the parameters are already well-documented. The description adds no further meaning; it does not explain parameter semantics or usage hints.

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 action ('Lists Cognigy.AI Knowledge AI stores') and defines the resource ('containers for RAG content'). It distinguishes from sibling tools like get_knowledge_store (single) or create_knowledge_store (mutation) by implying a list operation.

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?

No explicit guidance on when to use this tool versus alternatives (e.g., get_knowledge_store for a single store). Usage is implied by the name and annotations (read-only), but not stated.

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/TsvetanG2/cognigy-ai-mcp-management-server'

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