UNPKG

jobnimbus-mcp-client

Version:

JobNimbus MCP Client - Connect Claude Desktop to remote JobNimbus MCP server

13 lines 554 B
/** * Get Customer Lifetime Value - Calculate CLV metrics * Analyzes repeat business, customer retention, and long-term value */ import { BaseTool } from '../baseTool.js'; import { MCPToolDefinition, ToolContext } from '../../types/index.js'; export declare class GetCustomerLifetimeValueTool extends BaseTool<any, any> { get definition(): MCPToolDefinition; execute(input: any, context: ToolContext): Promise<any>; private generateInsights; private generateRetentionStrategies; } //# sourceMappingURL=getCustomerLifetimeValue.d.ts.map