Skip to main content
Glama
runpod

RunPod MCP Server

Official
by runpod

update-template

Idempotent

Update mutable fields of a RunPod template, including name, image, ports, environment variables, and readme. Only specified fields are changed.

Instructions

Update a template's mutable fields (name, image, ports, env, readme). Only provided fields change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoNew environment variables
nameNoNew name for the template
portsNoNew ports to expose
readmeNoNew README content in markdown format
imageNameNoNew Docker image
templateIdYesID of the template to update
containerRegistryAuthIdNoID of a container registry credential (from create-container-registry-auth / list-container-registry-auths) used to pull a private image. Set this to attach a credential to a template referencing a private registry.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare idempotentHint=true and readOnlyHint=false. The description adds the key behavioral trait of partial updates ('Only provided fields change'), aligning with idempotency. However, it does not disclose authentication requirements, rate limits, or error scenarios. The description adds moderate value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with purpose. Every word adds value. No redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 7 parameters and no output schema, the description covers the core behavior but does not explain return values or error scenarios. It is adequate for a mutation tool with good schema coverage, but could be more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description lists the mutable fields (name, image, ports, env, readme) but omits containerRegistryAuthId, which is also mutable per schema. It adds the partial update semantic, which is valuable but not extensive.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (update), the resource (template), and specifies the mutable fields (name, image, ports, env, readme). It distinguishes this tool from siblings like create-template or delete-template.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context with 'Only provided fields change,' indicating partial update semantics. However, it does not explicitly state when to use this tool versus other update tools (e.g., update-pod, update-tag) or mention prerequisites like the template must exist. The context is clear but lacks exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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