Skip to main content
Glama

create_comment

Create comments on Lightboxes or Collections. Supports markdown and @mentions for rich text and user tagging.

Instructions

Create a new comment on a Lightbox or Collection. Supports markdown and @mentions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the commentable object
textYesComment text (supports markdown and @mentions)
typeYesType of commentable object
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions markdown and @mentions support, but this simply repeats the schema's text property description and does not add beyond it. It does not disclose permissions, side effects, error conditions, or return values.

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

Conciseness5/5

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

Two short sentences, no fluff, and the main purpose is stated upfront. Every phrase earns its place.

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

Completeness4/5

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

For a simple create operation with all parameters fully documented in the schema, the description is sufficient for an agent to understand how to invoke it. It could ideally mention the return value, but this is not critical given the tool's simplicity.

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 coverage is 100%, so the baseline is 3. The description repeats what the schema already provides (type/id/text roles, markdown support) without adding any new semantic meaning beyond the structured definitions.

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

Purpose5/5

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

The description clearly states the action ('Create a new comment') and specifies the resource ('on a Lightbox or Collection'). It distinguishes from sibling tools like list_comments, update_comment, and delete_comment by its clear create semantics.

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

Usage Guidelines4/5

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

The description makes it clear when to use this tool: to create a new comment on a Lightbox or Collection. It does not explicitly name alternatives or exclusions, but the purpose is self-evident given the sibling list includes update/delete/list comments.

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/mediagraph-io/mediagraph-mcp'

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