Skip to main content
Glama
artemkozlenkov

Azure Infrastructure MCP Server

vnet_subnet_list

List all subnets within a specified Azure virtual network by providing the virtual network name and resource group.

Instructions

List subnets in a virtual network.

Args: vnet_name: Virtual network name resource_group: Resource group containing the VNet

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vnet_nameYes
resource_groupYes

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, and the description only states 'List subnets', which implies a read-only operation. It does not disclose any additional behavioral traits such as scope, permissions, or error handling.

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

Conciseness5/5

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

The description is very concise: one sentence for purpose and a two-line parameter list. Every word is necessary, with no redundant information.

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 that an output schema exists and the tool is a simple list operation with two parameters, the description is mostly adequate but could benefit from additional context like listing all subnets within the VNet or any necessary permissions.

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

Parameters3/5

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

The input schema has 0% description coverage, but the description adds brief meanings for vnet_name ('Virtual network name') and resource_group ('Resource group containing the VNet'), adding value beyond the property titles.

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 the verb 'List' and resource 'subnets in a virtual network', which is specific and distinct from sibling tools like vnet_list, vnet_subnet_create, vnet_subnet_show, etc.

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

Usage Guidelines3/5

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

The description implies usage for listing subnets but provides no explicit guidance on when to use this tool versus alternatives (e.g., vnet_subnet_show for a single subnet) or when not to use it.

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