azure-updates-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| azure_updates_searchA | Search, filter, and retrieve Azure service updates from the official JSON API. Combines keyword search, category filtering, status filtering, and date range filtering into a single flexible tool. All filter parameters are optional and can be combined. When no filters are provided, returns the most recent updates. Use this tool to:
Args: query: Optional keyword for server-side full-text search. category: Optional category to filter by (case-insensitive partial match across products, product_categories, and tags). status: Optional status filter. Valid values: Launched, In preview, In development, Retirements. start_date: Optional start date in ISO format (YYYY-MM-DD). Only include updates created on or after this date. end_date: Optional end date in ISO format (YYYY-MM-DD). Only include updates created on or before this date. Defaults to today when start_date is provided. guid: Optional unique identifier to retrieve a single specific update. When provided, all other filters are ignored and a single update is returned. limit: Maximum number of results to return (default: 10, max: 100). Set to 0 with include_facets=True for a facets-only response. Ignored when guid is provided. offset: Number of results to skip for pagination (default: 0). product: Optional product name filter (exact match against products list). product_category: Optional product category filter (exact match). include_facets: When True, includes taxonomy facets (product_categories, products, tags, statuses) with occurrence counts in the response. Use with limit=0 to get only facets (replaces category listing). Returns: Dictionary with: - total_found: Number of updates matching the filters (from API count) - updates: List of matching update objects (up to limit) - filters_applied: Summary of which filters were used - facets: (only when include_facets=True) Taxonomy with product_categories, products, tags, and statuses lists, each containing {name, count} items |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonnybottles/azure-updates-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server