---
title: "Run Tool"
method: POST
path: "/v1/tools/{name}"
tags: ["Tools"]
---

# Run Tool

`POST /v1/tools/{name}`

Execute a specific tool by name. The request body schema and response format are defined by each individual tool's specification. Use `GET /v1/tools` to discover available tools and their parameter schemas.

## Path parameters

- `name` string, required

## Query parameters

- `embedding_model` string

## Request body

- unknown

## Response `200`

Tool Specific response, in JSON format

- unknown

## Other responses

- `400` — Invalid searchable tool registry configuration
- `401` — Tool routes require runtime auth to be configured
- `404` — Tool not found
- `500` — An error occurred while calling the tool

---

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