Skip to main content
Glama
runpod

RunPod MCP Server

Official
by runpod

create-network-volume

Provision a persistent network volume (1–4000 GB) at a chosen data center for pods to mount for durable storage.

Instructions

Create a persistent network volume in a data center (size 1–4000 GB) that pods can mount.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the network volume
sizeYesSize in GB (1-4000)
dataCenterIdYesData center ID (see list-data-centers)
Behavior2/5

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

Annotations indicate a write operation (readOnlyHint false) and openWorldHint true. The description adds minimal behavioral context beyond the schema, only noting that the volume is persistent and mountable by pods. No disclosure of side effects, permissions, or rate limits.

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 a single sentence that is front-loaded with the action and resource. It contains no redundant information and efficiently conveys the core purpose.

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?

Given the tool has three required parameters and no output schema, the description covers the essential aspects: what is created, size constraints, and usage context. It does not mention return value, but that is acceptable without an output schema. Minor omission: no mention of prerequisites like having a data center.

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 coverage is 100%, so the schema already documents parameters. The description adds value by stating the size range (1–4000 GB) and context (data center, mountable by pods), but does not significantly enhance understanding beyond the schema.

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 verb 'Create', the resource 'persistent network volume', and the context 'in a data center' with size range. It distinguishes from sibling tools like delete-network-volume or get-network-volume.

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 persistent storage that pods can mount, but does not explicitly state when to use or when not to use this tool versus alternatives like create-pod or create-endpoint. No mention of prerequisites.

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