Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

update-template

Modify an existing RunPod template by updating its name, Docker image, exposed ports, environment variables, or documentation.

Input Schema

NameRequiredDescriptionDefault
envNoNew environment variables
imageNameNoNew Docker image
nameNoNew name for the template
portsNoNew ports to expose
readmeNoNew README content in markdown format
templateIdYesID of the template to update

Input Schema (JSON Schema)

{ "properties": { "env": { "additionalProperties": { "type": "string" }, "description": "New environment variables", "type": "object" }, "imageName": { "description": "New Docker image", "type": "string" }, "name": { "description": "New name for the template", "type": "string" }, "ports": { "description": "New ports to expose", "items": { "type": "string" }, "type": "array" }, "readme": { "description": "New README content in markdown format", "type": "string" }, "templateId": { "description": "ID of the template to update", "type": "string" } }, "required": [ "templateId" ], "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/runpod/runpod-mcp'

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