---
title: "GET /api/tools"
method: GET
path: "/api/tools"
tags: ["tools"]
---

# GET /api/tools

`GET /api/tools`

## Query parameters

- `integration` string, nullable
- `owner` 'org' | 'user', nullable
- `connection` string, nullable
- `query` string, nullable
- `includeAnnotations` string, nullable
- `includeBlocked` string, nullable

## Response `200`

Success

- object[]
  - `address` string, required
  - `owner` 'org' | 'user', required
  - `integration` string, required
  - `connection` string, required
  - `name` string, required
  - `pluginId` string, required
  - `description` string, required
  - `mayElicit` boolean, nullable
  - `requiresApproval` boolean, nullable
  - `approvalDescription` string, nullable
  - `static` boolean, nullable

## Other responses

- `500` — InternalError

---

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