---
title: "Get Available API Tools"
method: GET
path: "/v1/tools/available"
tags: ["Tool Management"]
---

# Get Available API Tools

`GET /v1/tools/available`

Retrieve comprehensive information about all available tools and capabilities supported by the Swarms API.

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- AvailableToolsOutput
  - `status` string, nullable — The status of the available tools.
  - `tools` string[], nullable — The list of available tools.

## Other responses

- `422` — Validation Error

---

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