path
(string): The Azure or Graph API URL path to call (e.g. '/users', '/groups', '/subscriptions').
How to use it
path is exposed by the Lokka MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the path tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL LOKKA LISTINGOther tools in Lokka (8)
(string): The access token obtained from Microsoft Graph authentication
(string): Type of Microsoft API to query. Options: 'graph' for Microsoft Graph (Entra) or 'azure' for Azure Resource Management.
(string): Azure Resource Management API version (required for apiType Azure)
(JSON): The request body (for POST, PUT, PATCH)
(string, optional): Token expiration time in ISO format
(string): HTTP method to use (e.g., get, post, put, patch, delete)
(string): Array of query parameters like $filter, $select, etc. All parameters are strings.
(string): Azure Subscription ID (for Azure Resource Management).