Search for Similar Works
similarity-searchFind works that are similar to a given work. Uses semantic similarity based on work embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page of search results to return | |
| work_id | Yes | ID of a work to find similar items for. | |
| max_results | No | The maximum number of search results to return per page | |
| public_only | No | Only include publicly available works in search results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The search results returned from the Digital Collections API | |
| info | Yes | ||
| explain | No | The explain output from Elasticsearch for the search query. Only included if the MCP is running in debug mode. | |
| pagination | Yes | ||
| aggregations | No |