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

# Get Inbuilt Tools

`GET /workflows/v1/tools/inbuilt`

Endpoint to retrieve all inbuilt tools from the registry.
This is a helper endpoint for debugging and understanding available inbuilt tools.

The shaping lives in ``agentic_workflow_framework.copilot_tools.platform_tools`` so this endpoint and the
copilot's ``platform_list_inbuilt_tools`` describe the registry identically rather than drifting.

## 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/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)
