{ "name": "LocationTool", "displayName": "Location Tool", "description": "Collects a set of information with the provided point.", "category": "", "helpUrl": "https://timsdev.cultivategeospatial.com/server/rest/directories/arcgisoutput/LocationToolSync_GPServer/LocationToolSync/LocationTool.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "x", "dataType": "GPDouble", "displayName": "x", "description": "x", "direction": "esriGPParameterDirectionInput", "defaultValue": -9239654.409375347, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "y", "dataType": "GPDouble", "displayName": "y", "description": "y", "direction": "esriGPParameterDirectionInput", "defaultValue": 4870165.677487209, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "wkid", "dataType": "GPLong", "displayName": "wkid", "description": "wkid", "direction": "esriGPParameterDirectionInput", "defaultValue": 3857, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "results", "dataType": "GPString", "displayName": "results", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }