get_cluster_documents
Retrieve all documents within a specific cluster, including their distances from the centroid, to see which documents are grouped together.
Instructions
Get all documents in a specific cluster, including distances from centroid. Shows which documents are grouped together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_id | Yes | Cluster ID | |
| algorithm | No | Clustering algorithm: 'kmeans', 'dbscan', or 'hdbscan' (optional) | |
| max_results | No | Maximum documents to return (default: 50) |