Skip to main content
Glama

Azure Topology Graph MCP Server

by dhippley

find_path

Discover connection paths between Azure resources to analyze network connectivity and troubleshoot infrastructure relationships.

Instructions

Find connection path between two Azure resources

Input Schema

NameRequiredDescriptionDefault
sourceIdYesSource resource ID
targetIdYesTarget resource ID

Input Schema (JSON Schema)

{ "properties": { "sourceId": { "description": "Source resource ID", "type": "string" }, "targetId": { "description": "Target resource ID", "type": "string" } }, "required": [ "sourceId", "targetId" ], "type": "object" }

Other Tools from Azure Topology Graph MCP Server

Related Tools

    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/dhippley/azure_mcp_graph'

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