Skip to main content
Glama

confluence_comment_reopen

Reopen a resolved inline comment in Confluence using its comment ID. Restores the comment to active status for further discussion.

Instructions

Reopen a resolved inline Confluence comment (by comment_id from confluence_comment_list). Inline comments only. Returns YAML. Mirrors omni-dev atlassian confluence comment reopen.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesInline comment ID (from `confluence_comment_list`).
Behavior3/5

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

No annotations provided. Description discloses return format (YAML) and that it mirrors a CLI command, but lacks details on side effects, permissions, or idempotency. Adequate for a simple reopen action.

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?

Three sentences, each earning its place: action, scope, return format, and reference. Front-loaded with verb and resource. No unnecessary words.

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?

Given the simple tool (single param, no output schema), the description is largely complete. It mentions return format, source of ID, and inline-only constraint. Could mention error cases or required permissions for full completeness, but not critically missing.

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

Parameters4/5

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

Schema description covers 100% of the one parameter. Description adds value by noting comment_id comes from confluence_comment_list and that the tool is for inline comments only, providing context beyond the schema.

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?

Clearly states the verb 'reopen', resource 'resolved inline Confluence comment', and specifies it's for inline comments only using comment_id from confluence_comment_list. Distinguishes from sibling tools like confluence_comment_resolve.

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?

Explicitly says 'Reopen a resolved inline Confluence comment' and 'Inline comments only', giving clear context for when to use. Does not explicitly list alternatives or when not to use, but purpose is sufficiently specific.

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/rust-works/omni-dev'

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