---
title: "Update Tool"
method: PATCH
path: "/ai/tools/{tool_id}"
tags: ["Assistants"]
---

# Update Tool

`PATCH /ai/tools/{tool_id}`

## Path parameters

- `tool_id` string, required

## Request body

- UpdateSharedToolRequest — Request model for updating a shared tool.
  - `type` string
  - `display_name` string
  - `function` object
  - `retrieval` object
  - `handoff` object
  - `invite` object
  - `webhook` object
  - `timeout_ms` integer

## Response `200`

Successful Response

- SharedToolResponse
  - `id` string, required
  - `type` string, required
  - `display_name` string
  - `tool_definition` object, required
  - `timeout_ms` integer
  - `created_at` string

## Other responses

- `422` — Validation Error

---

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