Skip to main content
Glama
bbalakriz

Red Hat API MCP Server

by bbalakriz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RH_SSO_URLNoOptional custom SSO URLhttps://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
RH_API_BASE_URLNoOptional custom base URL for Red Hat APIhttps://access.redhat.com
RH_API_OFFLINE_TOKENYesYour Red Hat API offline token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_kcsB

Search for Red Hat KCS Solutions and return a list with Solution IDs.

get_kcsA

Get a specific solution by ID and extract structured content

search_casesB

Search for Red Hat cases and return a list of case numbers.

get_caseC

Get case details by case number.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_case_promptSummarize a Red Hat support case in C.A.S.E. markdown format.
resolve_case_promptRed Hat Case Resolver Agent: investigation and solution workflow for a support case.
resolve_case_prompt_v2Red Hat Case Resolver Agent: investigation and solution workflow for a support case.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action-resource pair: search vs get, and KCS vs cases. There is no overlapping or ambiguous functionality between the four tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern, using search_ or get_ prefixes. The naming makes the purpose of each tool immediately clear.

Tool Count5/5

With four tools covering two resource types, the server is tightly scoped and every tool earns its place. This is an appropriate size for a focused Red Hat support API integration.

Completeness5/5

The server provides both search and detail retrieval for KCS solutions and cases, which covers the core read-only workflow for this domain. There are no obvious gaps that would leave an agent unable to accomplish a typical KCS or case lookup task.

Maintenance

ActivityNo data
ResponsivenessUnresponsive