Skip to main content
Glama

comment_add_moderation

Set up comment moderation for your project directory to review, approve, or filter user comments before they appear.

Instructions

Add comment moderation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
directoryYesProject directory
Behavior1/5

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

With no annotations provided, the description carries the entire burden of behavioral disclosure. It only names the action ('add') and the domain ('comment moderation') without explaining side effects, required integrations, external calls, or what files/settings are affected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but under-specified rather than concise. The phrase earns no informative value because it merely restates the tool name and omits all operationally relevant details.

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

Completeness1/5

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

An agent cannot safely or correctly invoke this tool based on the description alone. It lacks any account of behavior, expected inputs, output, side effects, or relation to sibling tools, and there is no output schema or annotations to compensate.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 50% (directory is documented but api_key is not), and the description adds nothing about either parameter. The description doesn't clarify what api_key is for, how directory relates to the moderation setup, or where changes would be applied.

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

Purpose2/5

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

The description 'Add comment moderation' is essentially a reordering of the tool name and provides no specifics about what 'moderation' entails (e.g., spam filtering, profanity checks, manual review). It does not distinguish this tool from siblings like comment_generate_system or comment_add_threading.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus alternatives. The description is too vague to convey any prerequisites, such as whether an existing comment system is required or whether an API key is needed to access a moderation service.

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/barnburner121/claude-plugin-marketplace'

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