Skip to main content
Glama
containsTaskIndicators.ts360 B
/** * Checks if text contains task-related keywords */ export function containsTaskIndicators(text: string): boolean { const taskKeywords = [ 'update', 'change', 'modify', 'refactor', 'improve', 'optimize', 'clean up', 'organize', 'rework', 'adjustment', ] return taskKeywords.some((keyword) => text.toLowerCase().includes(keyword)) }

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/tbreeding/jira-mcp'

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