list_databases
Retrieve the complete list of available RDF databases with titles and descriptions. Use this to browse the full catalog without filters when you need to see all databases.
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:
JSON string: a bare array of dicts with keys database, title,
description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |