Skip to main content
Glama

@pulumi/mcp-server

Official

pulumi-cli-stack-output

Retrieve specific output values from a Pulumi stack by specifying the working directory and optional stack or output name.

Instructions

Get the output value(s) of a given stack

Input Schema

NameRequiredDescriptionDefault
outputNameNoThe specific stack output name to retrieve.
stackNameNoThe associated stack name. Defaults to 'dev'.
workDirYesThe working directory of the program.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputName": { "description": "The specific stack output name to retrieve.", "type": "string" }, "stackName": { "description": "The associated stack name. Defaults to 'dev'.", "type": "string" }, "workDir": { "description": "The working directory of the program.", "type": "string" } }, "required": [ "workDir" ], "type": "object" }

You must be authenticated.

Other Tools from @pulumi/mcp-server

Related Tools

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/pulumi/mcp-server'

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