Run Geoprocessing
run_geoprocessingRun any ArcPy geoprocessing tool using its dotted name and positional parameters. Returns tool outputs and arcpy messages.
Instructions
Run any ArcPy geoprocessing tool by its dotted name with positional parameters. Examples: tool='analysis.Buffer', params=['roads', 'roads_buf', '500 Meters']; tool='management.Project', params=[input, output, 32650]. ALWAYS check the input coordinate system with describe_data before distance/area operations — reproject first if the data is geographic (degrees). Outputs are overwritten if they already exist. Returns tool outputs and arcpy messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||