---
title: "Create tool"
method: POST
path: "/ai/missions/{mission_id}/tools"
tags: ["Missions"]
---

# Create tool

`POST /ai/missions/{mission_id}/tools`

Adds a new tool to the specified mission, defining an action agents can invoke during runs of this mission.

## Path parameters

- `mission_id` string, required

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/f6e9ed754d05?raw)
