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

# Statements

> MCP tools for browsing statements.

## list\_statements

List statements for a project — royalty or revenue reports uploaded as files.

| 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) |

**Sample prompt:** "Show all statements in the project"

<Tip>
  For querying the actual revenue data within statements, use the [`query`](/mcp-reference/tools/dataroom#query) tool with SQL instead.
</Tip>

## get\_statement

Get a statement by ID with processing status and currency.

| Parameter     | Type   | Required | Default | Description  |
| ------------- | ------ | -------- | ------- | ------------ |
| `statementId` | string | Yes      | -       | Statement ID |
| `projectId`   | UUID   | Yes      | -       | Project ID   |

**Sample prompt:** "Get statement 1234"
