Get Library Statistics
get_library_statsRetrieve detailed statistics for a knowledge library, providing insights into its contents and usage.
Instructions
Retrieves detailed statistics for a specific knowledge library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_name | Yes | Name of the library to get statistics for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_name | Yes | ||
| total_chunks | Yes | ||
| total_words | Yes | ||
| total_characters | Yes | ||
| compression_ratio | Yes | ||
| average_chunk_size | Yes | ||
| created_at | Yes | ||
| updated_at | Yes | ||
| n_max | Yes |