Skip to main content
Glama

dooray_post_log_update

Update a comment or activity log on a Dooray post by specifying project, post, and log IDs with the new body content; set confirm to true after user approval to apply the change.

Instructions

update a comment or activity log of a Dooray post

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
logIdYeslog id, or comment id
postIdYespost id
confirmYesmust be true to execute this write operation; set it only after the user has confirmed the change
operationYesThe operation to perform
projectIdYesproject id
Install Server

TDQS

B3.1/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It correctly implies a mutating operation, but it does not mention the required confirmation gate, the fact that existing content will be overwritten, or any side effects. For a write tool, this is a meaningful transparency gap.

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 a single, clear sentence with no filler or redundancy. It is appropriately concise, though it achieves brevity at the cost of omitting useful behavioral context.

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?

Given that this is a write tool with no annotations and no output schema, the description is too thin. It does not mention the confirmation requirement, the update semantics, or what happens after execution. The schema covers parameter structure, but the broader operational context is missing.

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 high (~83%), so the parameters are largely self-documenting. The description adds little semantic value beyond the schema, except for framing the target as a 'comment or activity log.' This meets the baseline but does not elevate it.

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?

The description states a specific verb ('update') and a clear resource ('a comment or activity log of a Dooray post'), which is enough to identify the tool's core function. It distinguishes the tool from create/list siblings by the 'update' action, though it does not explicitly name any alternatives.

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

Usage Guidelines3/5

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

The description implies the tool should be used when updating an existing comment or activity log, but it offers no explicit guidance about when to prefer it over related tools like dooray_post_log_create. There are no exclusions, conditions, or alternative-selection criteria.

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

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/minseoky/dooray-mcp-link'

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