---
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

## Changes

> 53 revisions in range; 26 could not be searched.

- **2025-03-18** `dd94571fef79` — 2 info
  - api operation id `list_tools` removed and replaced with `list`
  - removed the non-success response with the status `401`

[Change history](https://skmtc.dev/spiceai/apis/runtime/changes/v1/tools/get.md)

---

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