Skip to main content
Glama

get_client

Retrieve detailed client information from FreshBooks to manage customer relationships and access billing data.

Instructions

Get full details of a specific client.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
client_idYes

Implementation Reference

  • The implementation of the 'get_client' tool, which fetches details for a specific FreshBooks client.
    @mcp.tool()
    @_handle_errors
    async def get_client(client_id: int) -> str:
        """Get full details of a specific client."""
        result = await client.accounting_get("users/clients", client_id)
        return _fmt(result.get("client", result))

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