jobnimbus-mcp-client
Version:
JobNimbus MCP Client - Connect Claude Desktop to remote JobNimbus MCP server
11 lines • 540 B
TypeScript
/**
* Get Sales Velocity Analytics
* Comprehensive sales velocity tracking with win rate analysis, sales cycle duration, pipeline acceleration metrics, and performance optimization
*/
import { BaseTool } from '../baseTool.js';
import { MCPToolDefinition, ToolContext } from '../../types/index.js';
export declare class GetSalesVelocityAnalyticsTool extends BaseTool<any, any> {
get definition(): MCPToolDefinition;
execute(input: any, context: ToolContext): Promise<any>;
}
//# sourceMappingURL=getSalesVelocityAnalytics.d.ts.map