Skip to main content
Glama
artemkozlenkov

Azure Infrastructure MCP Server

appconfig_kv_set

Set a key-value pair in an Azure App Configuration store, with optional label and content type, to manage application settings.

Instructions

Set a key-value in an App Configuration store.

Args: store_name: Name of the App Configuration store key: The configuration key value: The value to set resource_group: Optional resource group label: Optional label content_type: Optional content type (e.g. 'application/json')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_nameYes
keyYes
valueYes
resource_groupNo
labelNo
content_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the full burden. It only states the action without disclosing behavioral traits: idempotency (create vs update), permission requirements, rate limits, or what happens on success/failure. As a mutation tool, this is insufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with one sentence for purpose and a clear bullet list of parameters. It is front-loaded and efficient. Minor redundancy: 'Args:' heading is unnecessary for an AI agent, but overall well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's mutation nature and absence of annotations, the description lacks operational context such as idempotency, prerequisites (e.g., store must exist), and error conditions. While output schema exists (so return values need not be explained), the overall context is incomplete for an agent to reliably invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description adds significant value by listing each parameter with a brief explanation (e.g., 'Optional content type (e.g. ''application/json'')'). This clarifies optionality and provides example values beyond the raw schema. However, it could still offer more constraints like allowed formats or max lengths.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Set a key-value in an App Configuration store.', using a specific verb and resource. It distinguishes well from sibling tools like appconfig_kv_list (listing) and appconfig_kv_delete (deleting).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions, such as when to use appconfig_kv_set vs appconfig_kv_show or appconfig_kv_delete. The agent is left to infer usage from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/artemkozlenkov/azops-mcp'

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