---
title: "Add a local tool connection"
method: POST
path: "/localTools/add"
tags: ["LocalTools"]
---

# Add a local tool connection

`POST /localTools/add`

## Request body

- object
  - `name` string
  - `connector` 'MispConnector', nullable
  - `settings` string — Stringified JSON representing tool settings
  - `description` string
  - `exposed` boolean

## Response `200`

Local tool response

- LocalTool
  - `name` string
  - `connector` 'MispConnector', nullable
  - `settings` string — Stringified JSON representing tool settings
  - `description` string
  - `exposed` boolean

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `405` — Method not allowed. Your User Role is not allowed to access this resource.
- `default` — Unexpected API error

---

[API](https://skmtc.net/cerebrate-project/apis/cerebrate-project-api.md) · [All operations](https://skmtc.net/cerebrate-project/apis/cerebrate-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cerebrate-project/cerebrate-project-api/versions/50eb2c1b04b4/schema)
