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

# Recordings

> MCP tools for browsing recordings.

## list\_recordings

List recordings for a project — audio tracks identified by ISRC codes.

| Parameter         | Type    | Required | Default | Description                                                  |
| ----------------- | ------- | -------- | ------- | ------------------------------------------------------------ |
| `projectId`       | UUID    | Yes      | -       | Project ID                                                   |
| `page`            | integer | No       | `1`     | Page number                                                  |
| `perPage`         | integer | No       | `20`    | Items per page (1–100)                                       |
| `includeProducts` | boolean | No       | `false` | Include associated products (albums, singles) with UPC codes |

**Sample prompt:** "List recordings with their albums"

## get\_recording

Get a recording by ID with ISRC and artists.

| Parameter         | Type    | Required | Default | Description                 |
| ----------------- | ------- | -------- | ------- | --------------------------- |
| `recordingId`     | string  | Yes      | -       | Recording ID                |
| `projectId`       | UUID    | Yes      | -       | Project ID                  |
| `includeProducts` | boolean | No       | `false` | Include associated products |

**Sample prompt:** "Get recording rec-111 with products"
