Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| First Note | A text note: First Note |
| Second Note | A text note: Second Note |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_weather | Get current weather by city name |
| get_weather_forecast | Get 5-day/3-hour forecast by city name |
| get_weather_alerts | Get weather alerts for a location (requires One Call support) |
| search_places | Search places via Google Places Text Search |
| get_directions | Get directions between origin and destination |
| geocode_address | Geocode a human-readable address |
| get_top_headlines | Get top headlines by country and category |
| search_news | Search news articles |
| get_sources | List news sources |
| search_repositories | Search GitHub repositories |
| get_repository_info | Get GitHub repository details |
| create_issue | Create an issue in a repository |
| list_commits | List recent commits for a repository |
| query_database | Query a Notion database with optional filter |
| create_page | Create a Notion page under a parent page or database |
| update_page | Update a Notion page properties |
| search_pages | Search Notion pages by query string |
| get_boards | Get Trello boards for the authenticated user |
| create_card | Create a card in a Trello list |
| update_card | Update a Trello card |
| get_board_cards | Get cards on a Trello board |
| search_tracks | Search tracks on Spotify |
| get_track_info | Get Spotify track details |
| create_playlist | Create a new playlist for a user |
| add_tracks_to_playlist | Add tracks to a playlist by URIs |
| send_sms | Send an SMS via Twilio |
| make_call | Make a phone call via Twilio with a TwiML URL |
| get_message_history | List message history optionally since a date |
| search_photos | Search Unsplash photos |
| get_random_photo | Get a random photo optionally filtered by category |
| get_photo_details | Get photo details by ID |
| get_coin_price | Get current price for a coin in a given currency |
| get_trending_coins | Get trending coins on CoinGecko |
| get_market_data | Get market data for a coin |