---
title: "Get Configurable Inbuilt Tools"
method: GET
path: "/workflows/v1/tools/configurable-inbuilt"
tags: ["Tools"]
---

# Get Configurable Inbuilt Tools

`GET /workflows/v1/tools/configurable-inbuilt`

List all configurable inbuilt tools from the catalogue.

Returns a list of entries, each containing:
- ``key``: the stable configurable_key (e.g. ``"call_forward"``).
- ``title``: human-readable display name.
- ``registry_tool_id``: the TOOL_REGISTRY key for the underlying function.
- ``config_schema``: JSON schema of the extra user-configurable fields.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-24** `777675c8a285` — 1 info
  - added the non-success response with the status `422`

[Change history](https://skmtc.dev/interactly/apis/interactly-api-3/changes/workflows/v1/tools/configurable-inbuilt/get.md)

---

[API](https://skmtc.dev/interactly/apis/interactly-api-3.md) · [All operations](https://skmtc.dev/interactly/apis/interactly-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interactly/interactly-api-3/revisions/35cbea12a781/schema)
