search_datasets
Find geospatial datasets in the GeoLens catalog by free-text search. Returns GeoJSON records with dataset IDs, source origin, and freshness to help you locate and use the right data.
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 |