Skip to main content
Glama
taiste

Harvest MCP Server

by taiste

get_client_details

Retrieve comprehensive details for a specific client by providing their unique ID. Essential for managing client-related tasks within the Harvest MCP Server's time tracking and project management system.

Instructions

Get detailed information about a specific client.

Args:
    client_id: The ID of the client to retrieve

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
client_idYes

Implementation Reference

  • The handler function for the 'get_client_details' tool. It uses the harvest_request helper to fetch details for the specified client_id from the Harvest API and returns the JSON response.
    @mcp.tool()
    async def get_client_details(client_id: int):
        """Get detailed information about a specific client.
    
        Args:
            client_id: The ID of the client to retrieve
        """
        response = await harvest_request(f"clients/{client_id}")
        return json.dumps(response, indent=2)

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Related Tools

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/taiste/harvest-mcp-server'

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