Skip to main content
Glama

Azure Impact Reporting MCP Server

by chand45

report_impact_to_azure

Submit impact reports for Azure resource issues, such as connectivity, performance, or availability, by providing subscription ID, resource details, and impact category for Azure resolution.

Instructions

Reports the impact to Azure. Typically called when customers facing issue with azure infrastructure and they want to let azure know about it.

Args: subscriptionid (str): The Azure subscription ID where the resource is present. Eg: 68fa15fd-eef2-4ca3-a053-bcf268bd7371 resourcegroup (str): The Azure resource group name where the resource is present. Eg: test-rg resourceprovider (str): The Azure resource provider name for the resource. Eg: Microsoft.Compute resourcetype (str): The Azure resource type. Eg: virtualMachines resourcename (str): The Azure resource name. Eg: test-vm impactcategory (str): The impact category denoting the underlying issue. Can be one of: Resource.Connectivity, Resource.Performance, Resource.Availability or Resource.Unknown if the issue is not known.

Input Schema

NameRequiredDescriptionDefault
impactcategoryYes
resourcegroupYes
resourcenameYes
resourceproviderYes
resourcetypeYes
subscriptionidYes

Input Schema (JSON Schema)

{ "properties": { "impactcategory": { "title": "Impactcategory", "type": "string" }, "resourcegroup": { "title": "Resourcegroup", "type": "string" }, "resourcename": { "title": "Resourcename", "type": "string" }, "resourceprovider": { "title": "Resourceprovider", "type": "string" }, "resourcetype": { "title": "Resourcetype", "type": "string" }, "subscriptionid": { "title": "Subscriptionid", "type": "string" } }, "required": [ "subscriptionid", "resourcegroup", "resourceprovider", "resourcetype", "resourcename", "impactcategory" ], "title": "report_impact_to_azureArguments", "type": "object" }

Other Tools from Azure Impact Reporting MCP Server

Related Tools

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/chand45/MCP-Server-Azure-Impact-Reporting'

If you have feedback or need assistance with the MCP directory API, please join our Discord server