Skip to main content
Glama

Learning Hour MCP

by SDiamante13

generate_code_example

Create before-and-after code examples for learning topics to illustrate concepts like 'Feature Envy' or 'DRY Principle' in a specified programming language, enhancing technical coaching sessions.

Instructions

Generate detailed before/after code examples for a learning topic

Input Schema

NameRequiredDescriptionDefault
languageNoProgramming language for examples (default: javascript)javascript
topicYesThe learning topic (e.g., 'Feature Envy', 'DRY Principle')

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "javascript", "description": "Programming language for examples (default: javascript)", "type": "string" }, "topic": { "description": "The learning topic (e.g., 'Feature Envy', 'DRY Principle')", "type": "string" } }, "required": [ "topic" ], "type": "object" }

You must be authenticated.

Other Tools from Learning Hour MCP

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/SDiamante13/learning-hour-mcp'

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