---
title: "List Tools"
method: GET
path: "/tool_health_check/tools"
---

# List Tools

`GET /tool_health_check/tools`

List tools resolved for the current organization.

## Response `200`

Successful Response

- ListToolHealthCheckToolsResponse — Response for listing resolved tools for the current organization.
  - `organization_id` string, required
  - `organization_name` string, required
  - `tools` ToolHealthCheckResolvedTool[], required
    - `tool_name` string, required
    - `display_name` string, required
    - `description` string, nullable
    - `skipped` boolean
    - `skip_reason` string, nullable
    - `required_integrations` RequiredIntegrationSummary[], required
      - `integration_type` string, required
      - `data_types` string[]
      - `present` boolean, required
      - `instance_name` string, nullable
      - `last_health_status` string, nullable
    - `default_input` object, nullable
    - `configured_input` object, nullable
    - `input_schema` object, nullable

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
