---
title: "List agent-executable tools"
method: GET
path: "/api/agent/tools"
tags: ["Agent tools"]
---

# List agent-executable tools

`GET /api/agent/tools`

Returns the allowlisted non-intrusive tools agents may run via POST /api/agent/tools/{toolName}/execute, plus skill and UI URLs.

## Response `200`

Tool catalog.

- object
  - `success` boolean
  - `tools` object[]
    - `toolName` 'security-headers' | 'email-security'
    - `name` string
    - `description` string
    - `targetDescription` string
    - `uiUrl` string, uri
    - `skillUrl` string, uri
    - `executeUrl` string, uri

## Changes

- **2026-07-26** `ab8d67ec4cf0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vigilbase/apis/vigilbase-public-api/changes/api/agent/tools/get.md)

---

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