Skip to main content
Glama

Reddit MCP Server

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

NameRequiredDescriptionDefault
operation_idYes
parametersYes
validateNo

Input Schema (JSON Schema)

{ "properties": { "operation_id": { "title": "Operation Id", "type": "string" }, "parameters": { "additionalProperties": true, "title": "Parameters", "type": "object" }, "validate": { "default": true, "title": "Validate", "type": "boolean" } }, "required": [ "operation_id", "parameters" ], "type": "object" }
Install Server

Other Tools from Reddit MCP Server

Related Tools

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/king-of-the-grackles/reddit-mcp-poc'

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