get_layer_sample
Preview representative features from a vector layer. Get up to 20 features with optional bounding box instead of full geometry.
Instructions
Fetch a handful of representative features from a vector layer.
limit defaults to 5 and is capped at 20 - this is a preview, not a data
export. Geometry is omitted unless include_bbox is set, in which case
each feature gets its bounding box only, never full WKT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| layer_id | Yes | ||
| include_bbox | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||