Skip to main content
Glama
search-problems.ts701 B
/** * GraphQL API for searching problems * * QuestionListFilterInput: * { * tags: [String] * difficulty: String * searchKeywords: String * } */ export const SEARCH_PROBLEMS_QUERY = ` query problemsetQuestionList( $categorySlug: String $limit: Int $skip: Int $filters: QuestionListFilterInput ) { problemsetQuestionList( categorySlug: $categorySlug limit: $limit skip: $skip filters: $filters ) { hasMore total questions { title titleCn titleSlug difficulty acRate topicTags { 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