---
title: "Get the tool policy for an External MCP Connection"
method: GET
path: "/v1/mcp-connections/{connectionId}/tool-policy"
tags: ["Capability Sources"]
---

# Get the tool policy for an External MCP Connection

`GET /v1/mcp-connections/{connectionId}/tool-policy`

## Path parameters

- `connectionId` string, typeid, required

## Response `200`

External MCP tool policy.

- ExternalMcpConnectionToolPolicyResponse
  - `policy` ExternalMcpConnectionToolPolicy, required
    - `allDisabled` boolean, required
    - `disabledTools` string[], required
    - `updatedBy` string, nullable, required
    - `updatedAt` string, date-time, nullable, required

## Other responses

- `401` — The caller must be signed in.
- `403` — The caller must be a workspace owner or admin.
- `404` — Unknown connection.

---

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