---
title: "Fetch Toolkits"
method: GET
path: "/v1/toolkits"
tags: ["Toolkits"]
---

# Fetch Toolkits

`GET /v1/toolkits`

## Query parameters

- `ids` string[], nullable
- `names` string[], nullable

## Response `200`

Successful Response

- ToolKitOut[]
  - `id` string, uuid, nullable
  - `tenant_id` string, nullable
  - `description` string, required
  - `created_on` string, date-time, nullable
  - `created_by` string, nullable
  - `created_by_username` string, nullable
  - `updated_at` string, date-time, nullable
  - `name` string, required
  - `permission` string, nullable
  - `input_schema` object, nullable
  - `output_schema` object, nullable
  - `binding` object, nullable
  - `mcp` MCPToolKitConfig, required
    - `source` 'files' | 'public-registry', nullable — Source of the MCP either file upload, github respository, or remote server
    - `server_url` string, nullable — URL of the MCP server (if source is remote
    - `transport` string, nullable — Transport protocol for remote MCP
    - `command` string, nullable — Command to start the MCP server
    - `args` string[], nullable — Startup arguments for the MCP server
    - `env` object, nullable — Environment variables to be set
    - `tools` union — List of tools to import from MCP. Use ['*'] to import all
      - string[]
      - '*'
    - `connections` object, nullable — details of the connections of the MCP toolkit
  - `uid` union
    - string
    - string, uuid
  - `collab_idf` union
    - string
    - string, uuid
  - `tools` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/versions/82c114c37196/schema)
