Skip to main content
Glama

freshbooks_whoami

Retrieve the current authenticated user's identity, account ID, and business information from FreshBooks.

Instructions

Get the current authenticated user's identity, account ID, and business info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the freshbooks_whoami MCP tool, which calls the client's whoami method and returns a formatted result.
    @mcp.tool()
    @_handle_errors
    async def freshbooks_whoami() -> str:
        """Get the current authenticated user's identity, account ID, and business info."""
        identity = await client.whoami()
        return _fmt(identity)

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/AlexlaGuardia/MCP-Freshbooks'

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