accessToken
(string): The access token obtained from Microsoft Graph authentication
How to use it
accessToken is exposed by the Lokka MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the accessToken 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): 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): 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).