Skip to main content
Glama

list-network-volumes

Retrieve a list of network volumes from the RunPod MCP Server to manage storage resources for cloud-based applications and AI workloads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler and registration for the 'list-network-volumes' MCP tool. It calls the RunPod API via runpodRequest('/networkvolumes') and returns the JSON response as formatted text content.
    server.tool('list-network-volumes', {}, async () => { const result = await runpodRequest('/networkvolumes'); return { content: [ { type: 'text', text: JSON.stringify(result, null, 2), }, ], }; });

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-ts'

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