n8n-mcp
Version:
Integration between n8n workflow automation and Model Context Protocol (MCP)
6 lines • 513 B
TypeScript
export declare function getToolDocumentation(toolName: string, depth?: 'essentials' | 'full', disabledOperations?: Set<string>): string;
export declare function getToolsOverview(depth?: 'essentials' | 'full', disabledToolOps?: Map<string, Set<string>>): string;
export declare function searchToolDocumentation(keyword: string): string[];
export declare function getToolsByCategory(category: string): string[];
export declare function getAllCategories(): string[];
//# sourceMappingURL=tools-documentation.d.ts.map