In this tutorial, you will learn how to configure settings to publish a custom tool for public use. We will publish a custom tool that returns current time in a given timezone. You can learn how to build this tool in our previous tutorial.
A slug is a unique part of the URL of yout service, it will appear at the end. We recommend using underscores or hyphens instead of spaces and keeping the slug short.
Configure service input setings
Tool Template Setting - Service Section
The service inputs define what data is passed to the tool. In this case, to get the current time, you need to input the time zone. The inputs are automatically detected from the properties section in the script of the tool.
Confugire additional settings
Tool Template Setting - Service Section
For the purpose of this tool, no further actions, collaborators or organization are needed to be specified.
After the publishing of the tool, you can add specific tasks as examples.