Skip to main content
Glama

list_indexed_sources

List indexed files and their chunk counts, optionally filtering by collection name.

Instructions

List all indexed files with chunk counts.

In multi-collection mode, specify a collection name or leave empty to list sources across all collections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collectionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. 'List' clearly implies a read-only operation, and the description states what is returned (indexed files with chunk counts). It does not mention edge cases like pagination or errors, but for a simple listing tool this is reasonably transparent.

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 concise sentences with no filler or redundancy. The core purpose is front-loaded, and the parameter behavior is explained efficiently in the second sentence.

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 the low complexity (one optional parameter) and the presence of an output schema, the description covers the essential usage scenarios. It could be slightly more explicit about behavior in single-collection mode, but overall it is sufficient for an agent to call 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?

Although the input schema has 0% description coverage, the tool description directly explains the only parameter: 'specify a collection name or leave empty to list sources across all collections.' This fully clarifies the meaning and default behavior of the collection parameter.

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 states a specific action ('List'), a specific resource ('indexed files'), and the output ('with chunk counts'). It is clearly distinct from sibling tools like search_docs and list_collections by describing an inventory-style listing.

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 explains the conditional behavior of the collection parameter ('In multi-collection mode... leave empty to list sources across all collections'), but it does not explicitly compare this tool with sibling tools or state when to prefer this over search_docs or list_collections. Usage is implied rather than 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/romainsc/lore-mcp'

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