Skip to main content
Glama

browser.get_auth_profile

Retrieve and examine saved authentication profiles with their storage-state metadata for browser automation workflows.

Instructions

Inspect one saved auth profile and its storage-state metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_nameYes

Implementation Reference

  • The handler method `_get_auth_profile` for the tool `browser.get_auth_profile`, which delegates the call to the manager.
    async def _get_auth_profile(self, payload: AuthProfileNameInput) -> dict[str, Any]:
        return await self.manager.get_auth_profile(payload.profile_name)
  • The registration of `browser.get_auth_profile` in the `McpToolGateway` class.
        name="browser.get_auth_profile",
        description="Inspect one saved auth profile and its storage-state metadata.",
        input_model=AuthProfileNameInput,
        handler=self._get_auth_profile,
    ),

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/LvcidPsyche/auto-browser'

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