Skip to main content
Glama

View Digests

get_digests
Read-only

HISTORICAL ONLY: the user's archived job digests, the email summaries Remoet used to send about new jobs from their starred companies. No new digest has been generated since 2026-07-06, when the feed roundup replaced that pipeline, so this returns nothing at all for an account created since then. What carries new roles now is get_feed (the composed dashboard stream, and what the roundup emails are built from); for searching, use get_starred_jobs or search_jobs. Reach for this tool only when the user asks about their old email summaries by name. Without an id: the 20 most recent as lightweight summaries (id, title, frequency, jobCount, createdAt). With an id: that digest's full markdown body (each job's title, application URL, salary, remote policy, experience level, tech stack).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoFetch one digest in full by id. Omit to list recent digests.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds crucial behavioral context: the 2026-07-06 cutoff, that new accounts get nothing, and the difference between the list view (lightweight summaries) and detail view (full markdown body). No contradictions with annotations.

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

Conciseness4/5

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

The description is verbose (around 200 words) but front-loaded with 'HISTORICAL ONLY' and each sentence contributes meaningful information: alternatives, cutoff date, return formats. No filler, though it could be trimmed slightly without losing substance. Structure is logical – purpose, usage, behavior, parameter modes.

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

Completeness5/5

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

For a read-only tool with one optional parameter and no output schema, the description is exhaustive. It covers when to use, what it returns (both list and detail), the historical limitation, and the migration to get_feed. An agent can call this tool correctly with no further information.

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

Parameters4/5

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

Schema coverage is 100% (the id parameter already has a description). The tool description adds context by explaining the dual behavior (omit id vs. provide id) in the context of historical data, but it mostly reiterates what the schema states. Still, the clarification of what each mode returns is valuable beyond the schema's one-liner.

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

Purpose5/5

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

The description states a specific verb+resource ('get digests') and clarifies its scope as 'HISTORICAL ONLY' – archived email summaries. It distinguishes itself from siblings like get_feed, get_starred_jobs, and search_jobs by name and purpose, leaving no ambiguity about what this tool is for.

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

Usage Guidelines5/5

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

Explicitly states when to use it: 'Reach for this tool only when the user asks about their old email summaries by name.' It also names the alternatives (get_feed, get_starred_jobs, search_jobs) and the conditions that select them, making the decision tree fully transparent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources