Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLOWMCP_FLOWS_DIRNoDirectory containing flow files. Defaults to 'flows/' in the repository.flows/

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hn_topA

WHEN TO USE: the user asks what is on Hacker News right now. Returns the top 5 stories as a markdown list. Takes no parameters.

morning_briefA

WHEN TO USE: the user asks for a morning briefing or daily summary. Returns one markdown brief with today's weather for a city plus the top 5 Hacker News stories. No API keys needed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation3/5

The tools overlap: morning_brief includes the top 5 HN stories, so both tools can satisfy a request for HN top stories. However, the descriptions clearly distinguish when to use each: hn_top for immediate HN queries and morning_brief for a broader daily summary. This overlap creates some ambiguity, but the usage cues help.

Naming Consistency4/5

Both tool names follow a consistent pattern of lowercase noun phrases with underscores (hn_top, morning_brief). While they don't use verb_noun naming, the style is predictable and coherent across the set, with no mixed conventions.

Tool Count3/5

With only 2 tools, the set is on the thin side, but it matches the server's narrow purpose of providing a morning briefing and HN top stories. The count is borderline but not unreasonable for such a small scope.

Completeness4/5

For the apparent domain of news and weather summaries, the core workflows are covered. A minor gap is the lack of a standalone weather-only tool, but the combined briefing handles the main use case. The surface is largely complete for its stated purpose.

Maintenance

ActivitySlowing
ResponsivenessNo issues