Skip to main content
Glama

Reddit MCP Server

get_operation_requirements

Retrieve detailed requirements, validation rules, and suggestions for Reddit operations to ensure proper execution and avoid common mistakes. Essential for planning within the Reddit MCP Server.

Instructions

LAYER 2: Get detailed requirements for a Reddit operation.

USE THIS BEFORE EXECUTING to understand parameters, validation rules, and get suggestions.

Args: operation_id: The operation ID from discover_reddit_resources context: Optional context about what you're trying to accomplish

Returns: Parameter schemas, validation rules, suggestions, and common mistakes to avoid

Input Schema

NameRequiredDescriptionDefault
contextNo
operation_idYes

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Context" }, "operation_id": { "title": "Operation Id", "type": "string" } }, "required": [ "operation_id" ], "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