Skip to main content
Glama

make_digest

Generate a markdown digest of relevant articles from the past N days using the server's LLM summarization pipeline.

Instructions

Build a ready-made markdown digest of the most relevant articles from the last days days using the server's own LLM pipeline. Not implemented yet - use get_articles_for_digest instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite having no annotations, the description fully discloses the critical behavioral trait: the tool is not implemented. It also adds context about the server's LLM pipeline. This is more transparent than typical annotation-based disclosures.

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 extremely concise, with two short sentences. The first sentence front-loads the intended functionality, and the second immediately provides the non-implementation warning and alternative. No unnecessary words.

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 one-parameter tool with an output schema, the description is complete: it explains the intended action, states that it is not implemented, and names the alternative. This provides all context needed for the agent to handle the tool safely.

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?

The description interprets the sole parameter 'days' as 'from the last days days', adding semantic meaning beyond the schema's plain integer type and default value. However, it does not specify any constraints like valid range, which slightly limits completeness.

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 clearly states the tool's intended purpose: building a markdown digest of relevant articles using the server's LLM pipeline. It also distinguishes this tool from its siblings by explicitly naming the replacement tool (get_articles_for_digest), making the actual utility unambiguous.

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?

The description provides explicit usage guidance by stating 'Not implemented yet - use get_articles_for_digest instead.' This tells the agent precisely when not to use the tool and which alternative to invoke, satisfying the highest level of usage guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davpu/news-digest'

If you have feedback or need assistance with the MCP directory API, please join our Discord server