# Creating new Tool

## Creates a New Tool

<mark style="color:green;">`POST`</mark> `/tools`

Creates a new tool. Only users with the Standard Registry role are allowed to make the request.

{% tabs %}
{% tab title="200: OK Successful Operation" %}

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/ToolDTO'
```

{% endtab %}

{% tab title="500: Internal Server Error Internal Server Error" %}

```
content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
```

{% endtab %}
{% endtabs %}
