Skip to main content
Glama
solution-article-detail.ts394 B
/** * GraphQL query for fetching a solution's detail on LeetCode CN */ export const SOLUTION_ARTICLE_DETAIL_QUERY = ` query discussTopic($slug: String) { solutionArticle(slug: $slug, orderBy: DEFAULT) { title content slug tags { slug } topic { id } question { titleSlug } next { slug } prev { slug } } }`;

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/jinzcdev/leetcode-mcp-server'

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