---
title: "Add an IssueFound tool call as an admin-only auto-review message"
method: POST
path: "/chat/sessions/{chat_id}/admin/issue_found"
tags: ["chat"]
---

# Add an IssueFound tool call as an admin-only auto-review message

`POST /chat/sessions/{chat_id}/admin/issue_found`

## Path parameters

- `chat_id` string, uuid, required

## Request body

- AdminIssueFoundRequest
  - `message` string, required
  - `title` string, required

## Response `201`

Admin issue message created

- AdminIssueFoundResponse
  - `message_id` string, uuid, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Chat session not found
- `500` — Internal server error

## Changes

- **2026-01-15** `12409a7ec892` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/structifyai/apis/structify/changes/chat/sessions/:chat_id/admin/issue_found/post.md)

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
