Skip to main content
Glama

Amazon Managed Prometheus MCP Server

by sigitp-git

get_workspace_status

Retrieve the current status of an Amazon Managed Prometheus workspace by providing the workspace ID and AWS region. Returns workspace details in JSON format for monitoring and management.

Instructions

Get the current status of an Amazon Managed Prometheus workspace.

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

Returns: JSON string containing workspace status information

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