Skip to main content
Glama

modify_subreddits

Manage Reddit subreddit targeting groups for Signal Found MCP. View current targeting or update groups to optimize outreach campaigns.

Instructions

Read or update subreddit targeting groups.

How to use:

  • Call without subreddit_groups to inspect current targeting.

  • Update expects groups format used by onboard API targeting endpoint.

Expected subreddit_groups item shape:

  • subreddits: list of subreddit names (without r/ prefix preferred).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
product_slugYes
client_idNo
subreddit_groupsNo
run_quality_checkNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool can both read and update, and mentions an expected format for updates. However, it lacks details on permissions, side effects (e.g., whether updates are reversible), rate limits, or error handling. For a mutation-capable tool with zero annotation coverage, this leaves significant behavioral gaps.

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 well-structured and concise: it starts with a clear purpose statement, followed by a 'How to use' section with bullet points, and ends with parameter details. Every sentence adds value without redundancy, making it easy to scan and understand.

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?

Given the tool's complexity (read/update operations, 4 parameters with 0% schema coverage) and the presence of an output schema (which reduces need to explain return values), the description is fairly complete. It covers core usage and key parameter semantics but misses details on other parameters and behavioral aspects like error handling or permissions, which are important for a mutation tool with no annotations.

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 description coverage is 0%, so the description must compensate. It explains the semantics of `subreddit_groups`: how to use it for read vs. update and the expected item shape with `subreddits` list format. However, it doesn't cover other parameters like `product_slug`, `client_id`, or `run_quality_check`, leaving some undocumented. The value added for the key parameter is substantial but incomplete.

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 description clearly states the tool's purpose: 'Read or update subreddit targeting groups.' It specifies both read and update operations with the resource being 'subreddit targeting groups.' However, it doesn't explicitly differentiate this tool from potential siblings like 'configure_targeting' or 'submit_agent_targeting,' which keeps it from a perfect score.

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 guidelines: 'Call without `subreddit_groups` to inspect current targeting' and 'Update expects `groups` format used by onboard API targeting endpoint.' This clearly indicates when to use it for read vs. update operations and references an external format standard, offering complete 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/signal-found/sf-mcp'

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