Skip to main content
Glama
runpod

RunPod MCP Server

Official
by runpod

create-tag

Create a key/value tag to label and organize RunPod resources, with optional attachment of pods, volumes, or endpoints at creation time.

Instructions

Create a key/value tag, optionally attaching resources at creation. v2-only — returns a 501 notice on the v1 API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesTag key (e.g. "project")
valueYesTag value (e.g. "gpt-training")
resourcesNoResources to attach to the tag at creation time
Behavior4/5

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

Annotations indicate a mutation operation (readOnlyHint=false). The description adds the important behavioral trait that the tool is v2-only and returns a 501 on the v1 API, which is beyond what annotations convey. No contradiction with 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?

The description is two sentences long, front-loaded with the core action, and every word serves a purpose. No wasted text.

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?

The tool has no output schema, yet the description does not mention return values or possible errors (e.g., duplicate tag key). The v2-only note is helpful, but more details on idempotency or response format would improve completeness.

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% with adequate descriptions for key, value, and resources. The description does not add any additional meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 the tool creates a key/value tag, with optional resource attachment. It distinguishes itself from siblings like attach-tag by focusing on creation and notes the v2-only behavior, providing a specific verb and resource.

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

Usage Guidelines3/5

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

The description implies usage for creating a new tag but does not explicitly state when to use this tool versus alternatives like attach-tag (which attaches an existing tag) or list-tags. No when-not or contextual exclusions are provided.

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