---
title: "List Tools"
method: GET
path: "/v1/tools"
tags: ["Tools"]
---

# List Tools

`GET /v1/tools`

Returns a list of all available tools in the Spice runtime. Tools provide reusable functionality that can be invoked programmatically or by AI agents.

## Response `200`

All tools available in the Spice runtime

- ListToolElement[]
  - `description` string, nullable
  - `name` string, required
  - `parameters` unknown

## Other responses

- `401` — Tool routes require runtime auth to be configured

---

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