---
title: "List Searchable Tool Registry Tools"
method: GET
path: "/v1/tools/search"
tags: ["Tools"]
---

# List Searchable Tool Registry Tools

`GET /v1/tools/search`

Returns the small set of tool definitions an external LLM client should inject to use Spice's searchable tool registry. Invoke returned tools with `POST /v1/tools/{name}`.

## Query parameters

- `embedding_model` string

## Response `200`

Searchable tool registry tools to inject into an external LLM prompt

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

## Other responses

- `400` — Searchable tool registry is not configured
- `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/versions/f4bb5537fc13/schema)
