get_features
Query spatial features from a collection as GeoJSON, with options to limit results, filter by bounding box, select properties, and apply property-specific filters.
Instructions
Fetch features from a collection. Returns GeoJSON.
Args: collection_id: e.g. 'boundaries-gemeente', 'boundaries-pc4', 'bop-facilities' limit: max features to return (1-100) bbox: bounding box as 'minx,miny,maxx,maxy' (WGS84) properties: comma-separated property names to include filter_param: property filter e.g. 'statnaam=Amsterdam'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| limit | No | ||
| bbox | No | ||
| properties | No | ||
| filter_param | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |