Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

get_pipeline_metrics

Retrieve performance metrics for AWS CodePipeline by specifying pipeline name, time period, and date range to monitor and analyze pipeline efficiency.

Instructions

Get performance metrics for a pipeline

Input Schema

NameRequiredDescriptionDefault
endTimeNoEnd time for metrics in ISO format (default: now)
periodNoTime period in seconds for the metrics (default: 86400 - 1 day)
pipelineNameYesName of the pipeline
startTimeNoStart time for metrics in ISO format (default: 1 week ago)

Input Schema (JSON Schema)

{ "properties": { "endTime": { "description": "End time for metrics in ISO format (default: now)", "format": "date-time", "type": "string" }, "period": { "default": 86400, "description": "Time period in seconds for the metrics (default: 86400 - 1 day)", "type": "number" }, "pipelineName": { "description": "Name of the pipeline", "type": "string" }, "startTime": { "description": "Start time for metrics in ISO format (default: 1 week ago)", "format": "date-time", "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