list_categories
Lists database categories and their member database names, enabling exploration before refining with specific queries.
Instructions
Coarse-grained index of database categories with member database names.
Use this when you don't yet have specific keywords — drill down with
find_databases(category=...) once you've identified relevant categories.
Returns: Dict mapping category name -> sorted list of database names. Returns an empty dict if no databases have been annotated with categories yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||