Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

approve_action

Manage manual approval actions in AWS CodePipeline by approving or rejecting requests. Specify pipeline, stage, action, token, and decision with optional comments 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" }
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