WhatsNew-MCPserver
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_whats_newA | Fetch news from AWS What's New API for a specific month. Args: year_month: Year/month to query (format: YYYY/MM, e.g. 2026/01) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no risk of ambiguity.
With a single tool, naming consistency is trivially maintained.
A single tool feels too few for even a simple news service; users likely need additional operations like listing recent news or filtering by category.
The tool fetches news for a specific month, but lacks search, detailed item retrieval, or category filtering, which are notable gaps.