Skip to main content
Glama
jakedx6
by jakedx6
analytics-insights.d.ts1.26 kB
interface MCPTool { name: string; description: string; inputSchema: any; } /** * Get comprehensive project analytics */ export declare const getProjectAnalyticsTool: MCPTool; export declare const getProjectAnalytics: (args: any) => Promise<any>; /** * Get team productivity insights */ export declare const getTeamProductivityTool: MCPTool; export declare const getTeamProductivity: (args: any) => Promise<any>; /** * Get workspace health dashboard */ export declare const getWorkspaceHealthTool: MCPTool; export declare const getWorkspaceHealth: (args: any) => Promise<any>; /** * Generate custom analytics report */ export declare const generateCustomReportTool: MCPTool; export declare const generateCustomReport: (args: any) => Promise<any>; export declare const analyticsInsightsTools: { getProjectAnalyticsTool: MCPTool; getTeamProductivityTool: MCPTool; getWorkspaceHealthTool: MCPTool; generateCustomReportTool: MCPTool; }; export declare const analyticsInsightsHandlers: { get_project_analytics: (args: any) => Promise<any>; get_team_productivity: (args: any) => Promise<any>; get_workspace_health: (args: any) => Promise<any>; generate_custom_report: (args: any) => Promise<any>; }; export {};

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/jakedx6/helios9-MCP-Server'

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