Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| status_show | Get the CKAN version and a list of installed extensions. |
| license_list | Get the list of licenses available for datasets on the site. |
| package_list | Get a list of all package IDs (datasets). |
| package_search | Find packages (datasets) matching query terms. |
| package_show | Get metadata about one specific package (dataset). |
| organization_list | Get names of all organizations. |
| organization_show | Get details of a specific organization. |
| resource_search | Find resources based on their field values. |
| datastore_search | Search a datastore resource. |
| fetch_data | Fetch data from public API based on a dataset name query |