---
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', 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

---

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