about
Retrieve documentation and usage details for the Harvest MCP Server's time tracking tools, including parameters and functionality for managing time entries, projects, and reports.
Instructions
Get detailed information about the Harvest MCP server and its tools. Call about without parameters for general info, or with {"tool": "tool_name"} for specific tool documentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tool | No | Optional: specific tool name to get detailed information about |
Input Schema (JSON Schema)
{
"properties": {
"tool": {
"description": "Optional: specific tool name to get detailed information about",
"type": "string"
}
},
"type": "object"
}