Skip to main content
Glama

Documentation Search MCP Server

get_learning_path

Generate a structured learning path for a programming library tailored to your experience level. Input the library and your skill level to receive progressive topics and resources for effective skill development.

Instructions

Get a structured learning path for a library based on experience level. Args: library: The library to create a learning path for experience_level: Your current level ("beginner", "intermediate", "advanced") Returns: Structured learning path with progressive topics and resources

Input Schema

NameRequiredDescriptionDefault
experience_levelNobeginner
libraryYes

Input Schema (JSON Schema)

{ "properties": { "experience_level": { "default": "beginner", "title": "Experience Level", "type": "string" }, "library": { "title": "Library", "type": "string" } }, "required": [ "library" ], "title": "get_learning_pathArguments", "type": "object" }

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/anton-prosterity/documentation-search-mcp'

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