---
title: "Fetch Channel Tools Availability"
method: POST
path: "/channels/tools/availability"
tags: ["Channels"]
---

# Fetch Channel Tools Availability

`POST /channels/tools/availability`

Whether this agent is connected to an active, verified bot, and
which channel tools its runs get under the bots' settings. The agent
runtime reads it to add the tools to every run.

## Request body

- ChannelToolsAvailabilityRequest
  - `artifact_id` string, uuid, required

## Response `200`

Successful Response

- ChannelToolsAvailabilityResponse
  - `available` boolean, required
  - `tools` string[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-25** `ec21cdc5486c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/channels/tools/availability/post.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agenta-ai/apis/agenta-api/revisions/72f2feba8ccb?raw)
