Skip to main content
Glama
fernandogjrtcv

Darwin Standards MCP Server

validate_azure_resource_name

Validate Azure resource names against Darwin platform naming conventions to ensure compliance with required standards for specific resource types.

Instructions

Validate an Azure resource name against naming conventions.

Checks if the given resource name follows the Darwin platform naming conventions for Azure resources.

Args: resource_name: The resource name to validate resource_type: Type of Azure resource (e.g., "resource_group", "storage_account") ctx: MCP context for logging

Returns: ValidationResult with any issues found.

Example: >>> result = await validate_azure_resource_name( ... "rg-myapp-eus-dev", ... "resource_group" ... ) >>> print(result["valid"]) True

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_nameYes
resource_typeYes

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/fernandogjrtcv/darwin-standards-mcp'

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