---
title: "List the current user's connected tools and their status"
method: GET
path: "/api/v1/connected-tools"
tags: ["connected-tools"]
---

# List the current user's connected tools and their status

`GET /api/v1/connected-tools`

## Response `201`

- ConnectedToolsListResponseDTO — The current user's connected MCP providers and their tools.
  - `connectedProviders` object[], required — Every provider the current user has connected, with its status.
    - `name` string, required — The connected provider identifier (e.g. "hubspot").
    - `status` 'ok' | 'error', required — "ok" when the provider connected and tools were fetched, else "error".
    - `tools` object[], required — The provider's available tools; empty when the provider errored.
      - `action` 'read' | 'create' | 'update' | 'delete', required — Coarse CRUD classification of the tool.
      - `description` string, required — Short one-line tool description.
      - `name` string, required — The unique MCP tool name (e.g. "hubspot-create-deal").
      - `title` string, required — Human-friendly tool title, empty when unknown.

---

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