mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
6 lines
435 B
TypeScript
6 lines
435 B
TypeScript
export declare function getToolDocumentation(toolName: string, depth?: 'essentials' | 'full'): string;
|
|
export declare function getToolsOverview(depth?: 'essentials' | 'full'): 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
|