How to connect
https://ademe-opendata--koumoul.run.tools
tools/list returns the expected tools before relying on them in production.Tools
(6)-
search_datasetsFull-text search for datasets by French keywords. Returns matching datasets with ID, title, summary, and page link.
-
describe_datasetGet detailed metadata for a dataset: column schema, sample rows, license, spatial/temporal coverage.
-
search_dataSearch for data rows in a dataset using full-text search (query) or precise column filters. Returns matching rows and a filtered view URL.
-
aggregate_dataAggregate dataset rows by 1-3 columns with optional metrics (sum, avg, min, max, count). Defaults to counting unique values.
-
get_field_valuesList distinct values of a specific column. Useful to discover what values exist before filtering, or to populate a filter list.
-
calculate_metricCalculate a single metric (avg, sum, min, max, stats, value_count, cardinality, percentiles) on a dataset column. Supports filters to restrict the calculation to a subset of rows.