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

# Projects

> MCP tools for listing, fetching, and searching projects.

## list\_projects

List all projects for the authenticated organization. The organization is resolved automatically from your authentication token.

**Sample prompt:** "Show me all my projects"

## get\_project

Get a project by ID.

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

**Sample prompt:** "Get details about project a1b2c3d4-..."

## search\_project

Search across all resources in a project — contracts, entities, artists, writers, recordings, and compositions.

| Parameter   | Type   | Required | Default | Description                     |
| ----------- | ------ | -------- | ------- | ------------------------------- |
| `projectId` | UUID   | Yes      | -       | Project ID                      |
| `query`     | string | Yes      | -       | Search query (1–500 characters) |

**Sample prompt:** "Search for Sony in my project"
