glanceway-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| glanceway_list_sourcesA | List all enabled sources configured in Glanceway |
| glanceway_list_itemsB | List items from Glanceway sources. Returns items sorted by timestamp (newest first). |
| glanceway_list_favoritesA | List favorited items from Glanceway. Returns items sorted by favorited time (newest first). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_unread | Summarize all unread Glanceway items grouped by source |
| summarize_recent | Summarize Glanceway items from the last day |
| summarize_source | Summarize items from a specific Glanceway source |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
The three tools are mostly distinct: sources are configuration entities, items are the feed contents, and favorites are a subset of items with dedicated favorited-time sorting. Some ambiguity remains because favorites are also items, but the descriptions clarify the intended distinction.
All tool names follow the same consistent pattern: glanceway_list_<resource>. The verb is always 'list', resources are clear singular nouns, and casing is uniformly snake_case with a consistent prefix.
Three tools is a reasonable, focused set for a read-only listing server. It is slightly minimal, but each tool covers a distinct resource and there is no obvious redundancy or bloat.
The tool set is entirely focused on list operations and lacks any detail retrieval, searching, filtering, or actions such as favoriting/unfavoriting items. While listing sources/items/favorites is coherent, the surface has significant gaps for a real Glanceway workflow.