---
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

---

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