Skip to main content
Glama
sigitp-git

Amazon Managed Prometheus MCP Server

by sigitp-git

get_workspace

Retrieve detailed information about an Amazon Managed Prometheus workspace by specifying its ID and AWS region. Returns workspace details in JSON format for analysis and monitoring.

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

TableJSON Schema
NameRequiredDescriptionDefault
regionNous-east-1
workspace_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool retrieves workspace details but doesn't disclose critical behavioral traits such as required permissions, rate limits, error handling, or whether it's a read-only operation (though implied by 'Get'). This leaves significant gaps for an AI agent to understand how to invoke it safely and effectively.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and appropriately sized. It front-loads the purpose in the first sentence, followed by clear sections for Args and Returns. Each sentence earns its place by adding value, with no redundant or verbose language.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (2 parameters, no annotations, but with an output schema), the description is partially complete. It covers the purpose and parameters adequately, and the output schema handles return values, so the description doesn't need to explain those. However, it lacks behavioral context (e.g., permissions, errors) that would be helpful for safe invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaningful semantics for both parameters: 'workspace_id' is explained as 'The ID of the workspace to retrieve,' and 'region' as 'AWS region where the workspace is located (default: us-east-1).' This compensates for the 0% schema description coverage by providing clear, actionable context beyond the schema's basic titles and types.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Get detailed information about a specific Amazon Managed Prometheus workspace.' It uses a specific verb ('Get') and resource ('workspace'), but doesn't explicitly distinguish it from sibling tools like 'get_workspace_status' or 'list_workspaces', which likely provide different types of workspace information.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_workspace_status' (which might provide status vs. detailed info) or 'list_workspaces' (which might list multiple vs. get one), nor does it specify prerequisites or exclusions for usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

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