Skip to main content
Glama
artemkozlenkov

Azure Infrastructure MCP Server

webapp_create_for_container

Create a Web App for Containers on Azure App Service using a container image from a registry, with options for plan, environment variables, and VNet integration.

Instructions

Create a Web App for Containers on Azure App Service.

Args: name: Web app name (must be unique across Azure) resource_group: Resource group to deploy to plan_name: App Service plan name plan_sku: SKU tier (P1v2, P2v2, P3v2, etc.) plan_tier: SKU tier (PremiumV2, PremiumV3, etc.) location: Azure region (defaults to resource group location) image: Container image (e.g., myregistry.azurecr.io/myapp:latest) registry_url: Container registry URL (e.g., myregistry.azurecr.io) registry_username: Registry username (admin user) registry_password: Registry password/access key os_type: OS type - 'linux' or 'windows' multi_container: Whether to use multi-container (Docker Compose) startup_command: Startup command (e.g., 'python app.py') env_variables: Environment variables as JSON string (optional) vnet_subnet_id: Subnet resource ID for VNet integration assign_identity: Whether to assign system-assigned managed identity

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
resource_groupYes
plan_nameYes
plan_skuNoP1v2
plan_tierNoPremiumV2
locationNo
imageNo
registry_urlNo
registry_usernameNo
registry_passwordNo
os_typeNolinux
multi_containerNo
startup_commandNo
env_variablesNo
vnet_subnet_idNo
assign_identityNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so the description bears full burden. It states 'Create' but does not explain behavior on conflicts (e.g., if web app already exists), side effects, or output format. Does not discuss permissions or reversible actions.

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 front-loaded with the purpose and uses a clean bullet list for parameters. Every sentence serves a purpose, no superfluous text. Could be considered a bit verbose but overall concise.

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 16 parameters and presence of output schema, the description covers parameter meanings but lacks high-level context (e.g., prerequisites like existing resource group and plan, behavior after creation). Enough for basic use but not fully complete.

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 compensates by adding explanations for each parameter, including examples for plan_sku and uniqueness constraint for name. Some descriptions are minimal but still add meaning beyond the schema.

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 'Create a Web App for Containers on Azure App Service', which precisely identifies the verb, resource, and service. It distinguishes from sibling tools like webapp_delete, webapp_list, etc.

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?

No guidance on when to use this tool vs alternatives. Siblings include many webapp operations, but the description provides no when/when-not context or explicit usage scenarios.

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