features_get
Retrieve vector layer features in a QGIS project, with optional filter expression and configurable result limit for preview.
Instructions
Fetch features from a vector layer, optionally filtered by a QGIS expression.
limit defaults to 5 and is capped at 20 - this is a preview, not a data
export, same as get_layer_sample. Geometry is omitted unless
include_bbox is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| layer_id | Yes | ||
| include_bbox | No | ||
| filter_expression | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||