Skip to main content
Glama

Manage a Tracked Subreddit

manage_reddit_subreddit
Destructive

Add or remove a subreddit from Reddit monitoring.

Subreddits are the scope of the Reddit scan. Add the ones where your audience already hangs out; remove the ones generating noise.

Args: brand_id: The brand to update (required). action: 'add' or 'remove'. subreddit: Subreddit name (no r/ prefix). Required for 'add'. subreddit_id: Required for 'remove'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
brand_idYes
subredditNo
user_intentNoAnalytics hint: the user's latest request in one short sentence. Omit secrets and prior chat.
subreddit_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false and idempotentHint=false, so the mutation profile is covered structurally, and the description's 'remove' framing is consistent with that. It adds a little context on why to remove (noise) but says nothing about permission requirements, duplicate-add behavior, or reversibility beyond what annotations already imply.

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 action verb, then the why, then a compact Args block; almost every sentence earns its place. The Args list slightly restates required-ness already visible in the schema, which is minor padding but not harmful.

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 five-parameter mutation tool with no output schema and sparse schema descriptions, the description covers the action semantics and the conditional parameter rules an agent needs to call it correctly. It omits some edge-case behavior (duplicate adds) and the purpose of user_intent, but is otherwise sufficient.

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?

With schema description coverage at only 20%, the description does real work: it documents brand_id, action, and notably the conditional requirements ('subreddit required for add', 'subreddit_id required for remove') and the 'no r/ prefix' format rule, none of which are in the schema. It leaves user_intent unmentioned, though that parameter is self-documented in 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 opening sentence gives a specific verb (add/remove) and resource (subreddit from Reddit monitoring), which is unambiguous and clearly distinct from read-oriented siblings like get_reddit or scan_reddit. It does not explicitly name sibling alternatives such as manage_reddit_trigger or manage_reddit_opportunity, so it stops short of full sibling differentiation.

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?

It grounds the tool in context ('subreddits are the scope of the Reddit scan') and gives a heuristic for each action ('add the ones where your audience hangs out; remove the ones generating noise'). It stops short of naming an alternative tool or stating when not to use this one.

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