---
title: "List Tools"
method: GET
path: "/mle-agent/tools"
tags: ["MLE Agent"]
---

# List Tools

`GET /mle-agent/tools`

List available tools for a client type.

Args:
    request: Incoming HTTP request (required by SlowAPI rate limiter).
    params: Query parameters including client_type ('web' or 'cli')

Returns:
    List of available tools

## Query parameters

- `client_type` string

## Response `200`

Successful Response

- ToolsResponse — Response for tools endpoint.
  - `tools` ToolInfo[], required
    - `name` string, required
    - `description` string, required
  - `client_type` string, required

## Other responses

- `422` — Validation Error

---

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