Skip to main content
Glama
task-templates.d.ts843 B
export interface TaskTemplate { task: string; description: string; nodeType: string; configuration: Record<string, any>; userMustProvide: Array<{ property: string; description: string; example?: any; }>; optionalEnhancements?: Array<{ property: string; description: string; when?: string; }>; notes?: string[]; } export declare class TaskTemplates { private static templates; static getAllTasks(): string[]; static getTasksForNode(nodeType: string): string[]; static getTaskTemplate(task: string): TaskTemplate | undefined; static getTemplate(task: string): TaskTemplate | undefined; static searchTasks(keyword: string): string[]; static getTaskCategories(): Record<string, string[]>; } //# sourceMappingURL=task-templates.d.ts.map

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/czlonkowski/n8n-mcp'

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