---
title: "Get tool enum list"
method: GET
path: "/api/v3.1/tools/enum"
tags: ["Tools"]
---

# Get tool enum list

`GET /api/v3.1/tools/enum`

Retrieve a list of all available tool enumeration values (tool slugs) from latest version of each toolkit. This endpoint returns a comma-separated string of tool slugs that can be used in other API calls.

## Response `200`

Successfully retrieved tool enum list

- string[] — JSON string containing all tool enum values from latest version of each toolkit

## Other responses

- `400` — Bad request - Invalid request parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - User does not have permission to access tool enums
- `404` — Not found - Tool enum list not found
- `500` — Internal server error - Something went wrong on the server

## Changes

- **2026-06-17** `589a7d115a5e` — 1 info
  - the endpoint scheme security `CookieAuth` was removed from the API
- **2026-05-05** `52c71f747c65` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/changes/api/v3.1/tools/enum/get.md)

---

[API](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.dev/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/revisions/ebe821998eab/schema)
