---
title: "Update Tool By Id"
method: PUT
path: "/api/v1/tool/{tool_id}"
tags: ["Tool"]
---

# Update Tool By Id

`PUT /api/v1/tool/{tool_id}`

Update Tool

## Path parameters

- `tool_id` string, uuid, required

## Request body

- IToolUpdate
  - `name` string, nullable
  - `description` string, nullable
  - `org_id` string, uuid, nullable
  - `tool_type` 'system' | 'user'
  - `authentication` object, nullable
  - `sdk` object, nullable
  - `base_url` string, nullable
  - `logo_url` string, nullable
  - `tool_provider` 'leadconnector' | 'hubspot' | 'google_calendar' | 'google_sheets' | 'zoho' | 'freshdesk' | 'insighto' | 'modmed' | 'twilio' | 'custom' | 'fb_messenger' | 'instagram' | 'paypal' | 'postgres' | 'plivo' | 'telnyx' | 'telegram' | 'calendar_pool'
  - `enabled` boolean, nullable
  - `attributes` object, nullable
  - `category` 'Calendar' | 'CRM' | 'EHR' | 'Support' | 'Communication' | 'System' | 'HRMS' | 'Social' | 'Others' | 'Payment' | 'Database' | 'MCP'
  - `requires_feature` string, nullable

## Response `200`

Successful Response

- IPutResponseBaseIToolUpdate
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IToolUpdate
    - `name` string, nullable
    - `description` string, nullable
    - `org_id` string, uuid, nullable
    - `tool_type` 'system' | 'user'
    - `authentication` object, nullable
    - `sdk` object, nullable
    - `base_url` string, nullable
    - `logo_url` string, nullable
    - `tool_provider` 'leadconnector' | 'hubspot' | 'google_calendar' | 'google_sheets' | 'zoho' | 'freshdesk' | 'insighto' | 'modmed' | 'twilio' | 'custom' | 'fb_messenger' | 'instagram' | 'paypal' | 'postgres' | 'plivo' | 'telnyx' | 'telegram' | 'calendar_pool'
    - `enabled` boolean, nullable
    - `attributes` object, nullable
    - `category` 'Calendar' | 'CRM' | 'EHR' | 'Support' | 'Communication' | 'System' | 'HRMS' | 'Social' | 'Others' | 'Payment' | 'Database' | 'MCP'
    - `requires_feature` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/revisions/cdca56191be9/schema)
