> ## 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.

# Writers

> MCP tools for browsing songwriters and composers.

## list\_writers

List root writers for a project — songwriters and composers.

| 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) |
| `includeMerged` | boolean | No       | `false` | Include merged writers |

**Sample prompt:** "List all writers in the project"

## get\_writer

Get a writer by ID.

| Parameter       | Type    | Required | Default | Description            |
| --------------- | ------- | -------- | ------- | ---------------------- |
| `writerId`      | string  | Yes      | -       | Writer ID              |
| `projectId`     | UUID    | Yes      | -       | Project ID             |
| `includeMerged` | boolean | No       | `false` | Include merged writers |

**Sample prompt:** "Get writer wrt-321"
