Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

get_pipeline_state

Retrieve the current state of a specified pipeline within AWS CodePipeline, enabling users to monitor and manage pipeline execution status efficiently.

Instructions

Get the state of a specific pipeline

Input Schema

NameRequiredDescriptionDefault
pipelineNameYesName of the pipeline

Input Schema (JSON Schema)

{ "properties": { "pipelineName": { "description": "Name of the pipeline", "type": "string" } }, "required": [ "pipelineName" ], "type": "object" }
Install Server

Other Tools from AWS CodePipeline 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/cuongdev/mcp-codepipeline-server'

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