apiVersion
(string): Azure Resource Management API version (required for apiType Azure)
How to use it
apiVersion is exposed by the Lokka MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the apiVersion 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.
(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): The Azure or Graph API URL path to call (e.g. '/users', '/groups', '/subscriptions').
(string): Array of query parameters like $filter, $select, etc. All parameters are strings.
(string): Azure Subscription ID (for Azure Resource Management).