Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

tag_pipeline_resource

Add or update tags on AWS CodePipeline resources to enhance organization, tracking, and resource management through a structured tagging process.

Instructions

Add or update tags for a pipeline resource

Input Schema

NameRequiredDescriptionDefault
pipelineNameYesName of the pipeline
tagsYesList of tags to add or update

Input Schema (JSON Schema)

{ "properties": { "pipelineName": { "description": "Name of the pipeline", "type": "string" }, "tags": { "description": "List of tags to add or update", "items": { "properties": { "key": { "description": "Tag key", "type": "string" }, "value": { "description": "Tag value", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" } }, "required": [ "pipelineName", "tags" ], "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