Skip to main content
Glama

MCP Hub

by CodeHalwell

ShallowCodeResearch_agent_code_generator

Generate Python code based on user requests and contextual guidance using an AI-powered code generator integrated into the MCP Hub research assistant workflow.

Instructions

Wrapper for CodeGeneratorAgent to generate Python code. Returns: A tuple containing the generation result and raw code

Input Schema

NameRequiredDescriptionDefault
grounded_contextNoContext information to guide generation
user_requestNoThe user's request for code generation

Input Schema (JSON Schema)

{ "properties": { "grounded_context": { "description": "Context information to guide generation", "type": "string" }, "user_request": { "description": "The user's request for code generation", "type": "string" } }, "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/CodeHalwell/gradio-mcp-agent-hack'

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