Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

create_pipeline_webhook

Enable automatic pipeline triggering by creating a webhook for AWS CodePipeline. Specify pipeline details, authentication, and event filters to automate workflow execution.

Instructions

Create a webhook for a pipeline to enable automatic triggering

Input Schema

NameRequiredDescriptionDefault
authenticationYesAuthentication method for the webhook
authenticationConfigurationNoAuthentication configuration based on the authentication type
filtersNoEvent filters for the webhook
pipelineNameYesName of the pipeline
targetActionYesThe name of the action in the pipeline that processes the webhook
webhookNameYesName for the webhook

Input Schema (JSON Schema)

{ "properties": { "authentication": { "description": "Authentication method for the webhook", "enum": [ "GITHUB_HMAC", "IP", "UNAUTHENTICATED" ], "type": "string" }, "authenticationConfiguration": { "description": "Authentication configuration based on the authentication type", "properties": { "AllowedIpRange": { "description": "Allowed IP range for IP authentication", "type": "string" }, "SecretToken": { "description": "Secret token for GITHUB_HMAC authentication", "type": "string" } }, "type": "object" }, "filters": { "description": "Event filters for the webhook", "items": { "properties": { "jsonPath": { "description": "JSON path to filter events", "type": "string" }, "matchEquals": { "description": "Value to match in the JSON path", "type": "string" } }, "required": [ "jsonPath" ], "type": "object" }, "type": "array" }, "pipelineName": { "description": "Name of the pipeline", "type": "string" }, "targetAction": { "description": "The name of the action in the pipeline that processes the webhook", "type": "string" }, "webhookName": { "description": "Name for the webhook", "type": "string" } }, "required": [ "pipelineName", "webhookName", "targetAction", "authentication" ], "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