---
title: "Execute the specified tool"
method: POST
path: "/rest/api/v1/tools/call"
tags: ["Tools", "Tools"]
---

# Execute the specified tool

`POST /rest/api/v1/tools/call`

Execute the specified tool with provided parameters

## Request body

- ToolsCallRequest
  - `name` string, required — Required name of the tool to execute
  - `parameters` object, required — The parameters for the tool. Each key is the name of the parameter and the value is the parameter object.

## Response `200`

Successful operation

- ToolsCallResponse
  - `rawResponse` object — The raw response from the tool
  - `error` string — The error message if applicable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests

## Changes

- **2026-06-03** `2cb0cc06631f` — 1 info
  - the endpoint scheme security `APIToken` was added to the API
- **2026-06-03** `d2c4124e0abe` — 1 info
  - the endpoint scheme security `APIToken` was removed from the API
- **2026-05-27** `35c36b2b6d97` — 1 info
  - the endpoint scheme security `APIToken` was added to the API
- **2026-05-27** `2ed9c7b7b8d9` — 1 info
  - the endpoint scheme security `APIToken` was removed from the API
- **2026-05-21** `7e5f596e884d` — 1 info
  - the endpoint scheme security `APIToken` was added to the API

[Full history](https://skmtc.dev/gleanwork/apis/glean-api/changes/rest/api/v1/tools/call/post.md)

---

[API](https://skmtc.dev/gleanwork/apis/glean-api.md) · [All operations](https://skmtc.dev/gleanwork/apis/glean-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleanwork/glean-api/revisions/4cb374bdf84a/schema)
