# Exceptions

> MCP tools for the Exceptions module. See the [Exceptions module docs](/docs/modules/exceptions) for permissions and data model.

# Exceptions

MCP tools for the Exceptions module. See the [Exceptions module docs](/docs/modules/exceptions) for permissions and data model.

### `list-exceptions`

List exception items

#### Arguments

| Argument | Type | Required | Description |
| -------- | ---- | -------- | ----------- |
| `project_id` | `string` | no | Project ID (required if not using project key auth) |
| `status` | `string` | no | Filter by triage status |
| `severity` | `string` | no | Filter by severity |
| `kind` | `string` | no | Filter by how the exception was filed |
| `limit` | `number` | no | Maximum number of results to return |
| `offset` | `number` | no | Number of results to skip |

### `get-exception`

Get an exception item

#### Arguments

This tool takes no arguments.

### `acknowledge-exception`

Acknowledge an exception item

#### Arguments

This tool takes no arguments.

### `resolve-exception`

Resolve an exception item

#### Arguments

| Argument | Type | Required | Description |
| -------- | ---- | -------- | ----------- |
| `note` | `string` | no | Optional resolution note |
