list_databases
Enumerate all available RDF databases with their titles and descriptions. Use this to discover the full catalog without filtering.
Instructions
Supplementary: full catalog dump (browse only, no filtering).
Returns every available RDF database with {database, title, description}. Use
this only when you need the entire catalog with no filter — for example, to
enumerate all databases or to discover what kinds of data exist before you
have specific search terms.
For every normal workflow, call find_databases(keywords=[...]) first — that
is the canonical entry point. This tool is a supplementary fallback.
Returns:
A list of dicts with keys database, title, description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |