Skip to main content
Glama

Azure MCP Server

app_configuration_kv_read

Retrieve key-values from Azure App Configuration using optional filters for keys and labels. Enables efficient data access and management within the Azure MCP Server environment.

Instructions

Read key-values from Azure App Configuration

Input Schema

NameRequiredDescriptionDefault
keyNoThe key to read (optional, use * for wildcards, e.g. 'app1/*')
labelNoThe label filter (optional, use '\0' for no label, '*' for any label)

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "The key to read (optional, use * for wildcards, e.g. 'app1/*')", "type": "string" }, "label": { "description": "The label filter (optional, use '\\0' for no label, '*' for any label)", "type": "string" } }, "required": [], "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