qgis_list_algorithms
List all available QGIS Processing algorithms, filter by name or group, and get IDs for use with help and execution tools.
Instructions
List Processing algorithms available in this QGIS install.
Matches text_filter (case-insensitive) against the algorithm id,
display name, and group. QGIS ships 1000+ algorithms, so results are
capped at 50 by default (200 hard max) - narrow the filter rather than
raising the limit when you're after something specific. Use the returned
id with qgis_algorithm_help and qgis_run_algorithm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| text_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||