---
title: "List agent tools"
method: GET
path: "/agents/{agent_id}/tools"
tags: ["Agent Tools"]
---

# List agent tools

`GET /agents/{agent_id}/tools`

Retrieve all tools available for a specific agent.

    Returns a list of tools with their configuration status including:
    - Tool name and display name
    - Tool description and category
    - Whether the tool is enabled for this agent
    - Whether the tool is configured (has required configuration)
    - Tool scope (system or organization)
    - Whether the tool can be disabled

    Tools are automatically filtered based on:
    - Agent type (inbound vs outbound)
    - Organization business type (hotel, restaurant, rental, etc.)
    - Beta access features

    The agent must belong to your organization.

    Authentication:
    - API key with READ or READ_WRITE permission

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successfully retrieved tools list

- object
  - `ok` boolean
  - `data` object[]
    - `name` string
    - `display_name` string
    - `description` string
    - `category` string
    - `category_display_name` string
    - `scope` string
    - `enabled` boolean
    - `is_configured` boolean
    - `can_disable` boolean
    - `icon_url` string
    - `version` string

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/versions/49680ee64400/schema)
