---
title: "List Available Tools"
method: GET
path: "/api/v1/agent-integrations/{agent_integration_id}/available-tools"
tags: ["agent-integrations"]
---

# List Available Tools

`GET /api/v1/agent-integrations/{agent_integration_id}/available-tools`

List available tools for an agent integration (provider-specific).
Includes an `already_added` flag based on tools already configured on the agent.

## Path parameters

- `agent_integration_id` string, uuid, required

## Response `200`

Successful Response

- AvailableToolRead[]
  - `name` string, required
  - `display_name` string, required
  - `description` string, required
  - `parameters` object, required
  - `executor_type` 'composio' | 'sms' | 'transfer' | 'email' | 'internal' | 'practice_better' | 'webhotelier' | 'knowledge_base' | 'datetime' | 'fidelio' | 'customer_context' | 'call_session' | 'intelligence' | 'weather' | 'exchange_rate' | 'holidays' | 'predicthq' | 'news' | 'handoff' | 'voice_agent_transfer' | 'sub_agent' | 'genesys_cloud' | 'email_verification' | 'analytics_chat' | 'hubspot' | 'web_search' | 'guide_write' | 'guide_read' | 'navigation' | 'metrics_catalog' | 'cloudflare' | 'geo_insights' | 'google_ads' | 'google_analytics' | 'wordpress' | 'website' | 'box' | 'tripadvisor' | 'posthog' | 'github' | 'docs' | 'mews' | 'action_follow_up', required — Executor type determines which ToolRegistry executor handles this tool. This is the routing key for tool execution - provider-agnostic.
  - `provider` string, nullable
  - `provider_action_name` string, nullable
  - `already_added` boolean

## Other responses

- `422` — Validation Error

## Changes

> 18 revisions in range; 1 not diffed.

- **2026-09-15** `41c5e4645524` — 1 warning
  - added the new `action_follow_up` enum value to the `items/executor_type` response property for the response status `200`
- **2026-09-08** `0d816626f362` — 1 warning
  - added the new `mews` enum value to the `items/executor_type` response property for the response status `200`
- **2026-09-04** `a9141b6e4e7e` — 1 warning
  - added the new `docs` enum value to the `items/executor_type` response property for the response status `200`
- **2026-09-03** `d65b8fefae34` — 1 warning, 2 info
  - added the new `github` enum value to the `items/executor_type` response property for the response status `200`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-03** `fbb95eac3965` — 2 warning
  - added the new `posthog` enum value to the `items/executor_type` response property for the response status `200`
  - added the new `tripadvisor` enum value to the `items/executor_type` response property for the response status `200`

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/agent-integrations/:agent_integration_id/available-tools/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/202b7d85683e?raw)
