search_capsules
Search Code Ocean capsules with filters, sorting, and pagination to find specific computational workflows and scientific data assets.
Instructions
Search for capsules with filtering, sorting, and pagination options. Compact results: {items: [{id, n, s, d, t}], has_more, next_token, item_count}.
Item fields: id=id, n=name, s=slug, d=description (truncated), t=tags (limited). Pagination: item_count returns the number of items in the current page. Use next_token for additional pages when has_more=true. Set include_field_names=true to add field_names with full labels. Use get_capsule(id) if full details needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_params | Yes | ||
| include_field_names | No |