Skip to main content
Glama
jameswh3

OGE HSE MCP

by jameswh3

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HSE_ENTRA_SITE_CLAIMYesThe name of the claim used to determine site access. Site access comes from the configured claim named by this environment variable.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_proceduresC

Search current HSE procedures in the caller's authorized site scope.

get_procedureB

Get one HSE procedure when it is global or in the caller's authorized site scope.

search_incidentsA

Search fictitious HSE incidents in the caller's authorized site scope.

search_hse_knowledgeA

Search current HSE procedures and incident lessons for grounded answers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation3/5

search_procedures and search_incidents are clearly scoped, but search_hse_knowledge overlaps with both by searching procedures and incident lessons. An agent may be uncertain whether to use the broad knowledge search or the specific procedure/incident search for a given query.

Naming Consistency5/5

Tool names consistently follow a verb_noun pattern using snake_case: search_hse_knowledge, search_procedures, search_incidents, and get_procedure. The one get_* tool is a natural singular retrieval counterpart to the search_* tools.

Tool Count5/5

Four tools is a well-scoped set for an HSE knowledge and incident search server. Each tool serves a distinct retrieval need without unnecessary bulk.

Completeness4/5

The read-only search and retrieval workflow is well covered: procedures can be searched and retrieved, incidents can be searched, and a combined knowledge search exists. A dedicated get_incident or incident-lesson detail tool is missing, but agents can likely work around it via search_hse_knowledge.

Maintenance

ActivityMaintained
ResponsivenessNo issues