Skip to main content
Glama

LeetCode MCP Server

get_recent_ac_submissions

Retrieve a user's recent successfully completed LeetCode submissions by providing their username and an optional submission limit. Integrates with LeetCode APIs for accurate data.

Instructions

Retrieves a user's recent accepted (AC) submissions on LeetCode Global, focusing only on successfully completed problems

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of accepted submissions to return (optional, defaults to server-defined limit)
usernameYesLeetCode username to retrieve recent accepted submissions for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of accepted submissions to return (optional, defaults to server-defined limit)", "type": "number" }, "username": { "description": "LeetCode username to retrieve recent accepted submissions for", "type": "string" } }, "required": [ "username" ], "type": "object" }

Other Tools from LeetCode MCP Server

Related Tools

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