FlowMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLOWMCP_FLOWS_DIR | No | Directory 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
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.
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.
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.
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.