Skip to main content
Glama

MCP Atlassian

"""Constants specific to Confluence and CQL.""" # Based on https://developer.atlassian.com/cloud/confluence/cql-functions/#reserved-words # List might need refinement based on actual parser behavior # Using lowercase for case-insensitive matching RESERVED_CQL_WORDS = { "after", "and", "as", "avg", "before", "begin", "by", "commit", "contains", "count", "distinct", "else", "empty", "end", "explain", "from", "having", "if", "in", "inner", "insert", "into", "is", "isnull", "left", "like", "limit", "max", "min", "not", "null", "or", "order", "outer", "right", "select", "sum", "then", "was", "where", "update", } # Add other Confluence-specific constants here if needed in the future.

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/sooperset/mcp-atlassian'

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