---
title: "List tools from a connector."
method: GET
path: "/v1alpha/admin/connectors/{connector_id}/tools"
tags: ["Admin", "Connectors"]
---

# List tools from a connector.

`GET /v1alpha/admin/connectors/{connector_id}/tools`

List all tools available from a connector.

## Path parameters

- `connector_id` string, required — Identifier for the connector

## Query parameters

- `authorization` string, nullable — Authorization token

## Response `200`

Successful Response

- ListToolsResponse — Response containing a list of tools
  - `data` ToolDef[], required
    - `toolgroup_id` string, nullable — The ID of the tool group this tool belongs to.
    - `name` string, required — The name of the tool.
    - `description` string, nullable — A human-readable description of what the tool does.
    - `input_schema` object, nullable — JSON Schema describing the tool's input parameters.
    - `output_schema` object, nullable — JSON Schema describing the tool's output format.
    - `metadata` object, nullable — Additional metadata associated with the tool.

## Other responses

- `400` — The request was invalid or malformed
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An error occurred

---

[API](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis.md) · [All operations](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ogx-ai/ogx-specification-stable-experimental-apis/revisions/f3f783962256/schema)
