Skip to main content
Glama

Subscribe or unsubscribe from a digest

set_digest

Anyone who can read the MCP may set their own. This is a person choosing what they receive about numbers they are already allowed to look at.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mcpYesThe MCP, by name or id. Names are matched case-insensitively; call list_mcps if unsure.
channelsNoWhere the digest goes. Defaults to email — a weekly summary exists to reach you when you are not looking at the dashboard. Ignored when unsubscribing.
subscribedYesTrue to receive this MCP's weekly digest, false to stop. Sets this person's own subscription only — it says nothing about anyone else on the team.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelsYesWhere this person's digest for this MCP goes. Defaults to email — a weekly summary exists to reach you when you are not looking at the dashboard.
subscribedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already flag readOnlyHint=false and destructiveHint=false; the description adds the important behavioral context that this only changes the caller's own notification choice and grants no new data access ('numbers they are already allowed to look at'). It doesn't describe post-subscription effects such as confirmation or delivery timing, but those are reasonably covered by the schema's channel description.

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 key permission/scope constraint is front-loaded and the second sentence clarifies that this is about notifications on already-visible data. Every sentence adds information not present in the title or schema.

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

Completeness4/5

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

For a tool with a rich input schema and output schema, the description covers the non-obvious permission and scope aspects, which are the main things an agent could not infer. The only real gap is the lack of explicit routing guidance such as 'check get_digest to see current subscription' or 'do not use for team-level changes'.

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 input schema already documents mcp, channels, and subscribed thoroughly, including defaults and the fact that channels are ignored when unsubscribing. The description's 'choosing what they receive' adds only a light thematic gloss rather than semantic detail beyond the schema.

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 title explicitly says 'Subscribe or unsubscribe from a digest' and the description adds that the operation is scoped to the caller's own subscription ('set their own'), so the action and resource are clear. It does not explicitly contrast with sibling tools like get_digest, but the title alone distinguishes them.

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

Usage Guidelines3/5

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

The description gives an implied usage context: anyone with read access to the MCP may change their own digest ('Anyone who can read the MCP may set their own'), which signals a self-service action. It never states when to prefer this over get_digest or create_alert, nor when not to use it.

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