Multi-MCPs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_weatherC | Get current weather by city name |
| get_weather_forecastC | Get 5-day/3-hour forecast by city name |
| get_weather_alertsB | Get weather alerts for a location (requires One Call support) |
| search_placesC | Search places via Google Places Text Search |
| get_directionsC | Get directions between origin and destination |
| geocode_addressC | Geocode a human-readable address |
| get_top_headlinesC | Get top headlines by country and category |
| search_newsC | Search news articles |
| get_sourcesC | List news sources |
| search_repositoriesC | Search GitHub repositories |
| get_repository_infoC | Get GitHub repository details |
| create_issueC | Create an issue in a repository |
| list_commitsC | List recent commits for a repository |
| query_databaseC | Query a Notion database with optional filter |
| create_pageC | Create a Notion page under a parent page or database |
| update_pageC | Update a Notion page properties |
| search_pagesC | Search Notion pages by query string |
| get_boardsB | Get Trello boards for the authenticated user |
| create_cardC | Create a card in a Trello list |
| update_cardC | Update a Trello card |
| get_board_cardsC | Get cards on a Trello board |
| search_tracksC | Search tracks on Spotify |
| get_track_infoC | Get Spotify track details |
| create_playlistC | Create a new playlist for a user |
| add_tracks_to_playlistC | Add tracks to a playlist by URIs |
| send_smsC | Send an SMS via Twilio |
| make_callC | Make a phone call via Twilio with a TwiML URL |
| get_message_historyC | List message history optionally since a date |
| search_photosC | Search Unsplash photos |
| get_random_photoC | Get a random photo optionally filtered by category |
| get_photo_detailsB | Get photo details by ID |
| get_coin_priceC | Get current price for a coin in a given currency |
| get_trending_coinsB | Get trending coins on CoinGecko |
| get_market_dataC | Get market data for a coin |
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 |
TDQS
Scored across 34 tools
Most tools have distinct purposes across different domains (e.g., Trello, GitHub, weather), but there is some overlap within domains, such as 'get_weather_forecast' and 'get_current_weather' potentially confusing agents about which to use for basic weather needs. Descriptions help clarify, but the broad scope introduces minor ambiguity.
Tool names largely follow a consistent verb_noun pattern (e.g., 'create_card', 'get_boards', 'search_photos'), with minor deviations like 'geocode_address' (verb_noun but not a common verb) and 'make_call' (less structured). Overall, the naming is predictable and readable across the set.
With 34 tools, the count is borderline high for a single server, as it aggregates multiple unrelated domains (e.g., Trello, GitHub, weather, crypto). This feels heavy and could overwhelm agents, though each tool individually serves a purpose. A more modular approach might be better suited.
For the broad multi-domain scope, coverage is reasonably complete with CRUD operations in some areas (e.g., Trello: create/update card, get boards; Notion: create/update page, query database). Minor gaps exist, such as no delete operations for Trello cards or GitHub issues, but agents can work around these with available tools.