Skip to main content
Glama
solution-article-detail.ts461 B
/** * GraphQL query for fetching a solution's detail on LeetCode Global */ export const SOLUTION_ARTICLE_DETAIL_QUERY = ` query ugcArticleSolutionArticle($articleId: ID, $topicId: ID) { ugcArticleSolutionArticle(articleId: $articleId, topicId: $topicId) { title slug content tags { slug } topic { id } prev { uuid slug topicId title } next { slug topicId } } }`;

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