List Knowledge Stores

List configured knowledge stores with name, type, ID, and source path.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blueraai/bluera-knowledge --skill list-knowledge-stores
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: List Knowledge Stores
Source: https://github.com/blueraai/bluera-knowledge/tree/main/skills/stores
Command: npx skills add https://github.com/blueraai/bluera-knowledge --skill list-knowledge-stores

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear overview of all the knowledge sources that have been indexed and are available for searching within the project.

Core Features & Use Cases

  • Visibility: See all configured knowledge stores at a glance.
  • Management: Understand what data sources are available for AI to query.
  • Use Case: Before performing a search, a user might want to quickly check if their specific documentation folder or a particular library repository has been added as a knowledge store.

Quick Start

Use the mcp__bluera-knowledge__execute tool with command "stores" to retrieve all stores.

Frequently Asked Questions about List Knowledge Stores

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all indexed knowledge stores configured for AI search?

To list all indexed knowledge stores, use the execute tool with the stores command to retrieve a complete overview of each store's name, type, ID, and source path or URL.

What information is displayed when listing configured data sources?

Listing configured data sources displays the store name, type, ID, and source path or URL for each indexed knowledge base available for AI-powered search and retrieval.

How can I check if a specific documentation folder is available as a knowledge base?

You can check if a documentation folder is available as a knowledge base by listing all indexed stores to verify whether its specific source path or URL has been configured.

When do I need to retrieve a list of indexed library stores?

You need to retrieve a list of indexed library stores before performing a search to verify what data sources are available for the AI to query and ensure your target documentation is indexed.

Can I see the source path or URL of indexed data sources at a glance?

Yes, you can see the source path or URL of indexed data sources at a glance by retrieving the list of all configured knowledge stores, which provides a clear overview of available data.

Do I need any dependencies to list knowledge stores?

No dependencies are required to list knowledge stores; you simply use the execute tool with the stores command to retrieve the complete list of configured indexed data sources.