Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
operation_idYes
parametersYes
validateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full burden but offers minimal behavioral insight. It mentions validation and error information, but lacks details on permissions, rate limits, side effects, or what 'execute' entails operationally. For a tool with potential mutations (implied by 'execute'), this is inadequate disclosure.

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?

The description is well-structured with a bold prerequisite, clear sections for Args and Returns, and no redundant sentences. It's appropriately sized, though the 'LAYER 3' reference adds minor clutter without essential value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters with 0% schema coverage, nested objects, and an output schema exists, the description provides basic usage context but lacks depth on parameter meanings and behavioral risks. The output schema handles return values, but for a potentially mutative tool with no annotations, more operational context is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/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 but only partially does. It explains operation_id comes 'from Layer 1,' parameters match 'schema from Layer 2,' and validate is 'recommended,' adding some context. However, it doesn't clarify what parameters object contains or operation types, leaving gaps given the nested parameters object.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool 'Execute[s] a Reddit operation with validated parameters,' which provides a general verb+resource but lacks specificity about what types of operations are possible or what resources are involved. It distinguishes from siblings by referencing get_operation_requirements(), but the purpose remains vague beyond being a generic executor.

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 explicitly states 'ONLY USE AFTER getting requirements from get_operation_requirements(),' providing clear when-to-use guidance and naming the alternative tool. This directly addresses sibling differentiation and prerequisites, making it highly effective for agent selection.

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

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

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