Skip to main content
Glama
jakedx6
by jakedx6
context-aggregation.d.ts2.32 kB
interface MCPTool { name: string; description: string; inputSchema: any; } /** * Get smart context based on natural language query */ export declare const getSmartContextTool: MCPTool; export declare const getSmartContext: (args: any) => Promise<any>; /** * Get comprehensive workspace overview */ export declare const getWorkspaceOverviewTool: MCPTool; export declare const getWorkspaceOverview: (args: any) => Promise<any>; /** * Get deep project insights */ export declare const getProjectInsightsTool: MCPTool; export declare const getProjectInsights: (args: any) => Promise<any>; /** * Find related content across the workspace */ export declare const findRelatedContentTool: MCPTool; export declare const findRelatedContent: (args: any) => Promise<any>; /** * Generate context summary from aggregated data */ export declare const generateContextSummaryTool: MCPTool; export declare const generateContextSummary: (args: any) => Promise<{ executive_summary: string; key_metrics: any; insights: any[]; action_items: any[]; recommendations: string[]; metadata: { generated_at: string; summary_focus: "action_items" | "blockers" | "overview" | "opportunities"; target_audience: "developer" | "manager" | "ai_agent"; data_sources: string[]; }; }>; export declare const contextAggregationTools: { getSmartContextTool: MCPTool; getWorkspaceOverviewTool: MCPTool; getProjectInsightsTool: MCPTool; findRelatedContentTool: MCPTool; generateContextSummaryTool: MCPTool; }; export declare const contextAggregationHandlers: { get_smart_context: (args: any) => Promise<any>; get_workspace_overview: (args: any) => Promise<any>; get_project_insights: (args: any) => Promise<any>; find_related_content: (args: any) => Promise<any>; generate_context_summary: (args: any) => Promise<{ executive_summary: string; key_metrics: any; insights: any[]; action_items: any[]; recommendations: string[]; metadata: { generated_at: string; summary_focus: "action_items" | "blockers" | "overview" | "opportunities"; target_audience: "developer" | "manager" | "ai_agent"; data_sources: string[]; }; }>; }; 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