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

# Get tool enum list

`GET /api/v3/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.dev/composiohq/apis/composio-platform-api.md) · [All operations](https://skmtc.dev/composiohq/apis/composio-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api/revisions/df7478fc8f3b/schema)
