Skip to main content
Glama
glanceway

glanceway-mcp

Official
by glanceway

glanceway_list_items

List items from Glanceway sources, sorted newest first. Filter by time range, read status, or source ID to narrow results.

Instructions

List items from Glanceway sources. Returns items sorted by timestamp (newest first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum items to return (default: 50, max: 500)
sinceNoOnly items with timestamp > this value, exclusive (Unix seconds). Use for backward pagination.
untilNoOnly items with timestamp < this value, exclusive (Unix seconds). Use for forward pagination.
isReadNoFilter by read status
sourceIdNoFilter items by source ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.0

TDQS

B3.3/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It does add useful behavior beyond the schema: items are sorted by timestamp newest first. However, it does not mention read-only semantics, pagination behavior beyond the schema hints, or any other side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with no filler. The core resource and action are front-loaded, and the sort-order detail is the only added context, making every word earn its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with five optional parameters, no annotations, and no output schema, the description is functional but thin. It tells the agent what the tool lists and the ordering, but it does not describe what an 'item' contains, when to prefer favorites, or any pagination semantics beyond the schema definitions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already documents; it only reinforces the timestamp relevance through the sort order statement.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb and resource: 'List items from Glanceway sources' and adds the sort behavior. It does not explicitly differentiate from siblings like glanceway_list_favorites, though the resource scope ('sources') hints at the distinction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as glanceway_list_favorites or glanceway_list_sources. The description implies it is the tool for listing items, but it never states conditions, exclusions, or a preferred alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.