Skip to main content
Glama

Amazon Managed Prometheus MCP Server

by sigitp-git

get_workspace

Retrieve detailed information about an Amazon Managed Prometheus workspace using its ID and AWS region. Provides JSON output with workspace-specific details for monitoring and analysis.

Instructions

Get detailed information about a specific Amazon Managed Prometheus workspace.

Args: workspace_id: The ID of the workspace to retrieve region: AWS region where the workspace is located (default: us-east-1)

Returns: JSON string containing workspace details

Input Schema

NameRequiredDescriptionDefault
regionNous-east-1
workspace_idYes

Input Schema (JSON Schema)

{ "properties": { "region": { "default": "us-east-1", "title": "Region", "type": "string" }, "workspace_id": { "title": "Workspace Id", "type": "string" } }, "required": [ "workspace_id" ], "type": "object" }
Install Server

Other Tools from Amazon Managed Prometheus 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/sigitp-git/prometheus-mcp-server'

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