Skip to main content
Glama

prometheus-mcp

by idanfishman

prometheus_scrape_pool_targets

Retrieve monitoring targets associated with a specific scrape pool in Prometheus to enhance metric analysis and infrastructure oversight.

Instructions

Get targets for a specific scrape pool

Input Schema

NameRequiredDescriptionDefault
scrapePoolYesscrape pool name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "scrapePool": { "description": "scrape pool name", "type": "string" } }, "required": [ "scrapePool" ], "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/idanfishman/prometheus-mcp'

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