Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SPACE_FRONTIERS_API_KEY | No | An optional API key for authenticating requests to the Space Frontiers API | |
SPACE_FRONTIERS_API_ENDPOINT | No | The base URL for the Space Frontiers API | https://api.spacefrontiers.org |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
research_tool | Query-based search across Wiki, scholarly and general sources. When to use:
|
get_recent_scholar_publications | Get the most recent publications from a scholarly source. When to use:
|
telegram_search | Query-based search over Telegram posts. When to use:
|
get_recent_posts_from_telegram | Retrieve recent Telegram posts ordered by recency (no free-text query). When to use:
|
reddit_search | Query-based search over Reddit posts. When to use:
|
get_recent_posts_from_reddit | Retrieve the latest posts from specific Reddit subreddits ordered by recency. When to use:
|