search_datasets
Search the GeoLens catalog by free text to find datasets matching title, description, or keywords. Returns a GeoJSON FeatureCollection of dataset records with source origin and freshness.
Instructions
Search the GeoLens catalog for datasets by free text.
Matches title, description, and keywords (semantic ranking is used
automatically when the instance has it enabled). Returns a GeoJSON
FeatureCollection where each feature is a dataset record; use the feature
id as the dataset_id for the other tools. Each feature's properties include
source_origin (upload, postgis, service, stac, created, or null) and
source_freshness (fresh, due, overdue, or unknown). Freshness is advisory:
due means one declared update interval has elapsed, while overdue means
two have elapsed; neither proves that the content is wrong.
Search does not make a detail request per result. When the catalog summary
has no health/check/refresh value, source_health, source_health_detail,
last_checked_at, and last_refreshed_at are null. Call
get_dataset_schema for populated trust metadata. Raw provider URLs and
credentials are never included in these source-state fields.
Args: query: Search text. limit: Max results (1-200, default 10). offset: Result offset for paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| offset | No |