core_list_available_resources
Discover all available resources: documents, publications, reference datasets, and visualizers, each with description and links. Use to check if a specific resource exists and access it.
Instructions
List every complementary resource this server offers: documents, publications (PDF), reference datasets and external visualizers, each with its description and links.
Use this tool whenever the user asks which resources, documents,
publications, books or visualizers exist or are available, or
whether a specific one exists (e.g. "is there a data visualizer
for X?", "where can I download the annual report?").
Answer in the user's language and always include the links.Examples: - list_available_resources()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Plain text message that bypasses LLM processing and should be printed exactly as provided in the user interface. | |
| table | No | Two-dimensional list (list of rows) representing tabular data, e.g., from CSV or TSV sources. Each row should be a list of cell values. | |
| charts | No | List of dictionaries containing data and configuration for rendering a Chart.js chart in the chat interface. | |
| sources | Yes | URL(s) that users can nagivate to to download the data used for the analysis. E.g., landing page, feed, file endpoint, CKAN resource page, etc. |