Skip to main content
Glama

get_weekly_digest

Read-only

Klyf Pro. The creator's week in review for their own YouTube channel: what changed this week versus last (views and subscribers), the video that stood out, the one thing to fix, and a comment worth answering, ending with one action for the week. Call this when the user asks for their weekly digest or summary, what changed or happened this week, how their week went, their week in review, or to catch them up on the channel. For a point-in-time overview use audit_channel; for direction over months use check_growth. Needs no input: it reads their real connected YouTube channel directly. Never ask the creator anything first, not for context, not for a link, not for a title you could look up; call it immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so safety is covered. The description adds real behavioral value beyond that: it reads the real connected channel directly, requires no input, and explicitly forbids asking the creator for context or links before calling. It does not describe output shape in detail, but it enumerates the digest's contents.

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?

Front-loaded with the resource and contents before routing rules and the call-immediately directive. The final sentence is somewhat repetitive ("not for context, not for a link, not for a title"), but that redundancy is deliberate guardrail emphasis rather than filler.

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?

No output schema exists, yet the description enumerates what comes back (week-over-week views/subscribers, standout video, one fix, a comment to answer, one action), which is exactly what the agent needs to set expectations. Combined with the no-input guarantee and sibling routing, nothing material is missing.

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?

Zero parameters, so the baseline is 4. The description reinforces this with "Needs no input: it reads their real connected YouTube channel directly," which confirms an agent should supply nothing.

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?

Names a specific resource (the creator's YouTube channel) and a specific scope (this week vs last: views, subscribers, standout video, fix, comment, action). It also distinguishes itself from two named siblings, audit_channel and check_growth, so an agent can route without opening schemas.

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?

Provides explicit trigger phrasing ("weekly digest", "what changed this week", "week in review", "catch them up") plus an explicit exclusion rule, routing point-in-time asks to audit_channel and multi-month trends to check_growth. No inference required.

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