> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enagrams.com/llms.txt
> Use this file to discover all available pages before exploring further.

# convention_list

> List active conventions

## Overview

Discover the rules that will gate your edits. Call before touching an unfamiliar area; `must`-tier matches will block writes otherwise.

## Parameters

| Parameter | Type      | Required | Description                                       |
| --------- | --------- | -------- | ------------------------------------------------- |
| `tier`    | string    | No       | `must`, `should`, or `may`                        |
| `files`   | string\[] | No       | Limit results to conventions matching these paths |

## Example

```json theme={null}
{
  "tool": "convention_list",
  "arguments": { "tier": "must", "files": ["src/routes/users.ts"] }
}
```
