Skip to main content
Glama
runpod

RunPod MCP Server

Official
by runpod

list-templates

Read-only

List available templates for pod creation, with options to include official Runpod templates and community-made public templates.

Instructions

List available templates. By default returns only the user's own templates. Use includeRunpodTemplates to also include official Runpod templates. The recommended default template for new pods is "Runpod Pytorch 2.8.0" (ID: runpod-torch-v280) — it has the latest CUDA and PyTorch versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of items to return (default 20, max 100). Use the returned nextCursor to fetch the next page.
cursorNoOpaque pagination cursor from a previous response (nextCursor). Omit to start from the beginning.
includePublicTemplatesNoInclude community-made public templates in the response
includeRunpodTemplatesNoInclude official Runpod templates in the response
includeEndpointBoundTemplatesNoInclude templates bound to Serverless endpoints in the response
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description doesn't need to restate those. It adds context about default filtering and a recommendation, but no major behavioral traits beyond what annotations provide.

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?

Description is concise with three sentences, front-loads the main action, and includes only essential information. No wasted words.

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

Completeness4/5

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

For a simple listing tool with good schema and annotations, the description is adequate. It tells default behavior and filtering options. No output schema, but that's acceptable for a list tool. Could mention pagination explicitly, but schema handles that.

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 parameters are well-documented in the schema. The description does not add additional meaning for the parameters beyond the schema, except for the recommendation of a specific template ID which is not a parameter.

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?

Description clearly states it lists available templates, specifies default behavior (only user's own) and how to include official ones. It distinguishes from sibling tools 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?

Explicitly mentions when to use includeRunpodTemplates and recommends a default template for new pods, providing clear context. However, it does not mention when not to use the tool or point to alternatives like get-template for a single template.

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