get_services
Search NASA CMR services for a specific parent collection and return all associated normalized UMM-S records.
Key fields in each returned item:
concept_id: CMR service concept ID
native_id: native ID of the service record
revision_id: revision ID of the service metadata
provider_id: provider ID of the service
name: service name
type: service type (e.g., OPeNDAP, WCS, Harmony, WMS, WMTS, ESI, EGI - No Processing)
version: service version string
description: human-readable service description
url: Primary endpoint URL information
service_options: supported output formats, projections, subset types, and interpolation methods
operation_metadata: operation names (e.g., GetCapabilities, GetMap) and distributed computing platform
Key parameters:
collection_concept_id: required parent collection concept ID
Iteration & Refinement:
All services associated with the collection are fetched in a single request. Paging is not supported.
Note: A collection may be associated with multiple services of different types. Check type to distinguish between data access services (e.g., OPeNDAP, WCS) and discovery/visualization services (e.g., WMS, WMTS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| 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 | ||
| keyword | No | ||
| collection_concept_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Status of the tool execution | |
| services | No | Normalized service results mapped from UMM-S | |
| total_hits | No | Total number of matching items | |
| next_cursor | No | Pagination token for the next page | |
| error_message | No | Error details when status is error |