Skip to main content
Glama

volume_update

Modify a volume's properties in the Railway infrastructure by updating its name and ID using the specified input parameters via the railway-mcp server.

Instructions

Update a volume's properties

Input Schema

NameRequiredDescriptionDefault
nameYesNew name for the volume
volumeIdYesID of the volume to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "New name for the volume", "type": "string" }, "volumeId": { "description": "ID of the volume to update", "type": "string" } }, "required": [ "volumeId", "name" ], "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/jason-tan-swe/railway-mcp'

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