Skip to main content
Glama

mcp-llm

by sammcj

generate_code

Create code in various programming languages using natural language descriptions. Provide input details to receive functional code snippets tailored to your specifications.

Instructions

Generate code based on a description

Input Schema

NameRequiredDescriptionDefault
additionalContextNoAdditional context or requirements for the code
descriptionYesDescription of the code to generate
languageNoProgramming language (e.g., JavaScript, Python, TypeScript)

Input Schema (JSON Schema)

{ "properties": { "additionalContext": { "description": "Additional context or requirements for the code", "type": "string" }, "description": { "description": "Description of the code to generate", "type": "string" }, "language": { "description": "Programming language (e.g., JavaScript, Python, TypeScript)", "type": "string" } }, "required": [ "description" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-llm

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/sammcj/mcp-llm'

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