railway-mcp

by jason-tan-swe
Verified

project_environments

Retrieve and list all environments within a specified project using the projectId, enabling streamlined management of Railway infrastructure configurations.

Instructions

List all environments in a project

Input Schema

NameRequiredDescriptionDefault
projectIdYesID of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "ID of the project", "type": "string" } }, "required": [ "projectId" ], "type": "object" }
ID: lwn74iwigz