Skip to main content
Glama

Heroku MCP server

Official
by heroku

pipelines_info

View pipeline stage configurations, check connected applications, verify settings, and monitor status on the Heroku platform using this tool for comprehensive pipeline details.

Instructions

Display detailed pipeline configuration. Use this tool when you need to: 1) View pipeline stage configuration, 2) Check connected applications, 3) Verify pipeline settings, 4) Monitor pipeline status. The tool provides comprehensive pipeline information and structure details.

Input Schema

NameRequiredDescriptionDefault
jsonNoOutput in json format
pipelineYesName of the pipeline to get info for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "json": { "description": "Output in json format", "type": "boolean" }, "pipeline": { "description": "Name of the pipeline to get info for", "type": "string" } }, "required": [ "pipeline" ], "type": "object" }

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/heroku/heroku-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server