@pulumi/mcp-server

by pulumi
Apache 2.0
44
20

pulumi-registry-list-resources

Retrieve all resource types for a specific cloud provider or Git-hosted module, with optional filtering by module name, to simplify resource discovery and management.

Instructions

List all resource types for a given provider and module

Input Schema

NameRequiredDescriptionDefault
moduleNoOptional module to filter by (e.g., 's3', 'ec2', 'lambda')
providerYesThe cloud provider (e.g., 'aws', 'azure', 'gcp', 'random') or github.com/org/repo for Git-hosted components

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "module": { "description": "Optional module to filter by (e.g., 's3', 'ec2', 'lambda')", "type": "string" }, "provider": { "description": "The cloud provider (e.g., 'aws', 'azure', 'gcp', 'random') or github.com/org/repo for Git-hosted components", "type": "string" } }, "required": [ "provider" ], "type": "object" }
ID: jplel66nks