Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_root | Return the STAC root document for a catalog. |
| get_conformance | Return server conformance classes. |
| search_collections | Return a page of STAC collections. |
| get_collection | Fetch a single STAC Collection by id. |
| get_item | Get a specific STAC Item by collection and item ID. |
| search_items | Search for STAC items. |
| estimate_data_size | Estimate the data size for a STAC query. |
| get_queryables | Get the queryable properties for a specific STAC collection by its ID. |
| get_aggregations | Get aggregations for STAC items. |
| get_sensor_registry_info | Get information about the STAC sensor registry. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| sensor_registry_info_prompt | Information about the STAC sensor registry |
| stac_tool_overview_prompt | Overview of STAC tools available |
| tool_get_root_prompt | Usage for get_root tool |
| tool_get_conformance_prompt | Usage for get_conformance tool |
| tool_search_collections_prompt | Usage for search_collections tool |
| tool_get_collection_prompt | Usage for get_collection tool |
| tool_get_item_prompt | Usage for get_item tool |
| tool_search_items_prompt | Usage for search_items tool |
| tool_estimate_data_size_prompt | Usage for estimate_data_size tool |
| tool_get_queryables_prompt | Usage for get_queryables tool |
| tool_get_aggregations_prompt | Usage for get_aggregations tool |
| tool_ordering_info_prompt | Information on tool ordering and usage |
| catalog_discovery_prompt | Steps to discover what a STAC catalog supports |
| collection_alias_resolution_prompt | How to resolve collection id aliases across catalogs |
| estimate_size_strategy_prompt | Safe strategies for estimating data size at scale |
| explain_tool_output_prompt | Summarize and explain tool outputs for humans |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |