We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pyda-AI/sentry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
azure.json•1.1 kB
{
"namespace": "azure",
"description": "This section defines generic attributes used by Azure Client Libraries.\n",
"attributes": {
"azure.service.request.id": {
"description": "The unique identifier of the service request. It's generated by the Azure service and returned with the response.",
"type": "string",
"stability": "development",
"examples": ["00000000-0000-0000-0000-000000000000"]
},
"azure.resource_provider.namespace": {
"description": "[Azure Resource Provider Namespace](https://learn.microsoft.com/azure/azure-resource-manager/management/azure-services-resource-providers) as recognized by the client.\n",
"type": "string",
"stability": "development",
"examples": [
"Microsoft.Storage",
"Microsoft.KeyVault",
"Microsoft.ServiceBus"
]
},
"azure.client.id": {
"description": "The unique identifier of the client instance.",
"type": "string",
"stability": "development",
"examples": ["3ba4827d-4422-483f-b59f-85b74211c11d", "storage-client-1"]
}
}
}