Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

approve_action

Manually approve or reject pipeline actions in AWS CodePipeline by specifying pipeline, stage, action, token, and decision. Optional comments can be included for clarity.

Instructions

Approve or reject a manual approval action

Input Schema

NameRequiredDescriptionDefault
actionNameYesName of the action
approvedYesBoolean indicating approval or rejection
commentsNoOptional comments
pipelineNameYesName of the pipeline
stageNameYesName of the stage
tokenYesApproval token

Input Schema (JSON Schema)

{ "properties": { "actionName": { "description": "Name of the action", "type": "string" }, "approved": { "description": "Boolean indicating approval or rejection", "type": "boolean" }, "comments": { "description": "Optional comments", "type": "string" }, "pipelineName": { "description": "Name of the pipeline", "type": "string" }, "stageName": { "description": "Name of the stage", "type": "string" }, "token": { "description": "Approval token", "type": "string" } }, "required": [ "pipelineName", "stageName", "actionName", "token", "approved" ], "type": "object" }

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