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

---

[API](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/versions/4239836857f8/schema)
