Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
recall_incident_memoryA

Read what previous nights concluded about this dataset.

Call this FIRST, before walking any lineage. If a previous incident already explains today's symptom, you can skip the investigation entirely.

recall_across_lineageA

Read Nightshift memory for several assets at once, e.g. a lineage path.

find_datasets_with_failure_modeA

Find every asset in the graph that already suffered a given failure mode.

Failure modes are slugs such as silent-schema-change or late-upstream.

open_incidentB

Open an incident on an asset in DataHub, so the break is visible to humans.

resolve_incidentB

Resolve an incident with a message explaining what was actually done.

guard_columnA

Leave an assertion watching a column, so this break cannot recur silently.

Call this after a fix. It is what turns one repaired incident into a permanent guarantee for everyone downstream.

remember_incidentA

Write tonight's conclusion into the graph, for humans and for the next agent.

This is the last thing you do on any incident, and it is not optional. Write a conclusion, never a status: the next night reads this instead of starting from nothing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Mossab28/nightshift'

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