Skip to main content
Glama
glanceway

glanceway-mcp

Official
by glanceway

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
summarize_unreadSummarize all unread Glanceway items grouped by source
summarize_recentSummarize Glanceway items from the last day
summarize_sourceSummarize items from a specific Glanceway source

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation4/5

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.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness2/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues