Skip to main content
Glama

Azure MCP Server

app_configuration_kv_write

Use this tool to write or update key-value pairs in Azure App Configuration, including optional labels and content types, enabling efficient configuration management.

Instructions

Write or update a key-value in Azure App Configuration

Input Schema

NameRequiredDescriptionDefault
content_typeNoContent type of the value (optional, e.g. 'application/json')
keyYesThe key to write
labelNoThe label for the key-value (optional)
valueYesThe value to store

Input Schema (JSON Schema)

{ "properties": { "content_type": { "description": "Content type of the value (optional, e.g. 'application/json')", "type": "string" }, "key": { "description": "The key to write", "type": "string" }, "label": { "description": "The label for the key-value (optional)", "type": "string" }, "value": { "description": "The value to store", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }

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/mashriram/azure_mcp_server'

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