---
title: "Update Mcp Tools"
method: PATCH
path: "/mcp/tools"
tags: ["mcp"]
---

# Update Mcp Tools

`PATCH /mcp/tools`

Persist this caller's MCP tool-surface override; echo the resolved surface.

``write`` scope, because an API key minted for reading a repo has no
business reshaping what tools that repo's agents are offered. A dashboard
session (``auth_scopes is None``) carries every scope, which is where this
is edited from. Same gate the write-tool dispatch uses.

## Request body

- McpToolsUpdateRequest
  - `repo_id` string, required
  - `tools` unknown

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
