Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

update_comment

Edit an existing comment by ID to update its content, keeping job search notes and application records accurate.

Instructions

Edit an existing comment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe updated comment content
comment_idYesThe comment ID to edit

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.5

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. 'Edit' implies a mutation, but the description says nothing about required permissions/ownership, whether edits are reversible, or what happens on invalid comment_id — significant gaps for a write operation.

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?

A single front-loaded sentence with zero filler. It is terse rather than padded, though that terseness reflects under-specification rather than efficient communication.

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

Completeness2/5

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

For a two-parameter mutation tool with no annotations and no output schema, the description omits essential context: ownership/permission requirements and any indication of the return value or failure behavior. It is not complete enough to call the tool confidently.

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 100%, so both parameters (comment_id, content) are already documented in the schema. The description adds no syntax, format, or constraint information beyond that, matching the baseline 3 for well-covered schemas.

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

Purpose4/5

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

States a clear verb ('Edit') and resource ('comment'), and the word 'existing' implicitly distinguishes it from create_comment and delete_comment in the sibling list. It is unambiguous but does not explicitly name or contrast with those siblings.

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?

There is no guidance on when to use this tool versus create_comment, delete_comment, or other comment operations. No prerequisites (e.g., must own the comment) or exclusions are stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools