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

# List Tools

`GET /finetune-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

## Changes

- **2026-09-24** `1cffaad2a921` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/finetune-agent/tools/get.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
