---
title: "List Custom Tools"
method: GET
path: "/agents/tools/space/{space_id}"
tags: ["custom-tools"]
---

# List Custom Tools

`GET /agents/tools/space/{space_id}`

List custom tools for a space.

## Path parameters

- `space_id` string, uuid, required

## Response `200`

Successful Response

- CustomToolListResponse — List of custom tools.
  - `tools` CustomToolResponse[], required
    - `name` string, required
    - `display_name` string, required
    - `description` string, required
    - `http_method` string, required
    - `url_template` string, required
    - `headers` object
    - `body_template` object, nullable
    - `auth_type` string
    - `parameters_schema` object
    - `response_path` string, nullable
    - `timeout_seconds` integer
    - `allowed_domains` string[]
    - `id` string, uuid, required
    - `space_id` string, uuid, required
    - `created_by` string, uuid, required
    - `is_active` boolean, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
