Source: https://dinakar-rewind.docs.pageloop.ai/reference/mcp-tools/cross-domain

# Cross-domain

{/\* Generated by scripts/gen-mcp-reference.ts. Do not edit by hand; change the tool and run \`npm run docs:gen-mcp\`. \*/}

## `get_health`

Check the health and sync status of the Rewind API.

This tool takes no parameters.

## `search`

Search across all domains (listening, running, watching, collecting, reading).

#### domain (path, string)

Optional: filter results to a single domain One of: `listening`, `running`, `watching`, `collecting`, `reading`.

#### limit (path, number)

Number of results to return Defaults to `10`.

#### mode (path, string)

Ranking mode. keyword = FTS (default), the only mode valid outside the reading domain. semantic = cosine-similarity over article embeddings (reading only). hybrid = FTS + semantic via reciprocal rank fusion (reading only). Leave unset unless you are searching saved articles. One of: `keyword`, `semantic`, `hybrid`.

#### page (path, number)

Page number for pagination Defaults to `1`.

#### query (path, string, required)

Search query text

## `semantic_search`

Semantic search over the reading domain using Voyage AI embeddings.

#### limit (path, number)

Number of matches to return Defaults to `10`.

#### query (path, string, required)

Natural-language description of the article
