Skip to main content
Glama

Set blog topic sources

set_topic_sources
DestructiveIdempotent

Replace the Reddit subreddits and/or public HTTPS RSS feeds used for topic research. Confirm the complete replacement lists before calling. Once set, refresh_topic_ideas only needs the blogId. Pass reddit and/or rss, or clear: true to wipe all sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rssNoFull RSS / Atom feed URLs. Replaces the existing list.
clearNoRemove the topicSources field entirely.
blogIdYesTarget blog id or name
redditNoSubreddit names (without /r/). Replaces the existing list.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
blogYes
statusYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, so the bar is lower. The description adds real context beyond them: the operation replaces (not appends to) existing lists, `clear: true` wipes all sources entirely, and feeds must be public HTTPS. It does not detail auth/permission requirements.

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?

Three tight sentences with the replacement behavior front-loaded, followed by the prerequisite and the parameter summary. No filler and no repetition of the schema.

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?

With an output schema present and full annotation coverage, the description needn't explain return values. It covers the mutation semantics, the clear escape hatch, the prerequisite, and the downstream dependency, which is everything an agent needs to call it correctly.

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% so the baseline is 3, but the description adds combination semantics the schema does not: you pass `reddit` and/or `rss`, or `clear: true` to wipe everything. This clarifies how the four parameters interact rather than merely restating them.

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?

States a specific verb (Replace/Set) and resource (Reddit subreddits and/or public HTTPS RSS feeds for topic research), and names the downstream sibling refresh_topic_ideas. An agent can immediately distinguish this from refresh_topic_ideas or list_topic_ideas.

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

Usage Guidelines4/5

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

Provides a clear prerequisite ('Confirm the complete replacement lists before calling') and clarifies the downstream relationship to refresh_topic_ideas. It does not explicitly state when-not to use it versus alternatives like list_topic_ideas, so it stops short of the top score.

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