jobnimbus-mcp-client
Version:
JobNimbus MCP Client - Connect Claude Desktop to remote JobNimbus MCP server
15 lines • 662 B
TypeScript
/**
* Get Communication Analytics
* Comprehensive communication tracking with call/email/text analysis, response times, engagement metrics, and outreach effectiveness
*/
import { BaseTool } from '../baseTool.js';
import { MCPToolDefinition, ToolContext } from '../../types/index.js';
export declare class GetCommunicationAnalyticsTool extends BaseTool<any, any> {
get definition(): MCPToolDefinition;
execute(input: any, context: ToolContext): Promise<any>;
private simplifyType;
private calculateEngagementScore;
private calculateEffectivenessScore;
private calculateROIScore;
}
//# sourceMappingURL=getCommunicationAnalytics.d.ts.map