Skip to main content
Glama
mshegolev

mshegolev/prometheus-mcp

prometheus_get_build_info

Read-onlyIdempotent

Retrieve Prometheus build details including version, Go version, Git revision, branch, build user, and build date to identify version-specific behavior or debug issues.

Instructions

Get Prometheus build information.

Wraps GET /api/v1/status/buildinfo. Returns version, Go version, Git revision, branch, build user, and build date.

Examples: - Use when: "What version of Prometheus is running?" → check version. - Use when: Debugging version-specific behavior. - Don't use when: You want runtime stats (call prometheus_get_runtime_info).

Returns: dict with version / revision / branch / buildUser / buildDate / goVersion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchYes
versionYes
revisionYes
buildDateYes
buildUserYes
goVersionYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. Description adds value by detailing the wrapped endpoint and exact return fields, without contradicting annotations.

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

Conciseness5/5

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

Well-structured with clear sections, efficient use of sentences, no wasted words.

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

Completeness5/5

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

For a simple info tool with one optional parameter and an output schema, the description fully covers purpose, usage, and return fields.

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

Parameters2/5

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

The schema has 0% coverage, and the description does not explain the optional 'instance' parameter, leaving its purpose unclear for a new user.

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

Purpose5/5

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

The description clearly states it gets Prometheus build information, lists specific fields returned, and distinguishes from siblings by mentioning not to use for runtime stats.

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

Usage Guidelines5/5

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

Provides explicit when to use and when not to use examples, including a named alternative tool (prometheus_get_runtime_info).

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

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/mshegolev/prometheus-mcp'

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