execute_reddit_operation
Execute validated Reddit operations by providing the operation ID and parameters. Use after obtaining requirements from get_operation_requirements() to perform multi-subreddit content fetching, comment analysis, and batch operations, ensuring accurate and efficient results.
Instructions
LAYER 3: Execute a Reddit operation with validated parameters.
ONLY USE AFTER getting requirements from get_operation_requirements().
Args:
operation_id: The operation to execute (from Layer 1)
parameters: Parameters matching the schema from Layer 2
validate: Whether to validate parameters before execution (recommended)
Returns: Operation results or detailed error information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
operation_id | Yes | ||
parameters | Yes | ||
validate | No |