---
title: "Get MCP Tool Group by ID"
method: GET
path: "/api/mcp/tool-groups/{id}"
tags: ["MCP Tool Groups"]
---

# Get MCP Tool Group by ID

`GET /api/mcp/tool-groups/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- object
  - `mcp_tool_group` object
    - `id` integer
    - `name` string
    - `description` string, nullable
    - `enabled` boolean
    - `tools` object[]
      - `mcp_client_id` string, required — ID of a deployed MCP client.
      - `tool_names` string[] — Specific tools from this client to include in the group. An empty or omitted array means "all tools from this client".
    - `virtual_key_ids` string[]
    - `team_ids` string[]
    - `customer_ids` string[]
    - `user_ids` string[]
    - `provider_names` string[]
    - `api_key_ids` integer[]
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — MCP tool group not found
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
