Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

get-pod

Retrieve detailed information about a specific RunPod pod using its ID, with options to include machine details and attached network volumes.

Input Schema

NameRequiredDescriptionDefault
includeMachineNoInclude information about the machine
includeNetworkVolumeNoInclude information about attached network volumes
podIdYesID of the pod to retrieve

Input Schema (JSON Schema)

{ "properties": { "includeMachine": { "description": "Include information about the machine", "type": "boolean" }, "includeNetworkVolume": { "description": "Include information about attached network volumes", "type": "boolean" }, "podId": { "description": "ID of the pod to retrieve", "type": "string" } }, "required": [ "podId" ], "type": "object" }

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