1
Add a new Tool to a Project
Use the 
+ button to add a new Entity to a Project.
Select Python Tool
2
Enter Tool Details
Enter the main details of the tool:
- Key, used by models to reference the tool
- Name, used in the studio to find the tool
- Description, used to describe the tool

Configure all fields
3
Configure your Python Tool
Freely define the code to be ran during Tool execution.You can define the JSON Schema for the parameters to be sent into the tool. Here, see the 
name field defined and then further fetched using params.get('name').Ensure your return value is stored within the result field.
Configure your Python Tool