get_citations
Discover citation records directly associated with a collection, or look up a citation by identifier (e.g. DOI). Use this tool to evaluate citation relevance for a collection.
Key fields in each returned item:
concept_id: CMR citation concept ID
name: The title or name of the citation
identifier: The primary DOI or identifier
abstract: Abstract text
citation_metadata: Nested metadata including Year, Publisher, and Author list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 10, max 50). Keep this small to avoid context window bloat. When using limit > 10, always specify the fields parameter. | |
| cursor | No | Pagination token for the next page of results. Pass the exact next_cursor string returned by the previous tool call. Cursors are query-scoped: they lock in the original search parameters and cannot be reused across different tools or different queries. If you need to change any search parameter, start a new search without a cursor. | |
| fields | No | ||
| provider | No | ||
| identifier | No | ||
| collection_concept_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status of the tool execution | |
| citations | No | Normalized citation results mapped from UMM-Citations | |
| total_hits | No | Total number of matching items | |
| next_cursor | No | Pagination token for the next page; None when no more results | |
| error_message | No | Error details when status is error |