Skip to main content
Glama

Set Pulse Dashboard Comment Resolution

setPulseDashboardCommentResolution

Mark a Duvo Pulse dashboard comment thread complete, or reopen it (requires view access). Pass the target state in resolved; the call is idempotent, and the response carries the thread with resolved_at and resolved_by set or cleared.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resolvedYes
commentIdYes
artifactIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior1/5

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

The description claims 'the call is idempotent' while the annotation `idempotentHint` is false. This is a direct contradiction between description and annotations, warranting a score of 1 and flagging an annotation contradiction. Other behavioral details (output includes resolved_at/resolved_by) are obscured by this conflict.

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?

The description is concise – two sentences – and well-structured. It packs the action, the requirement, the parameter usage, idempotency, and the expected response into a tight, readable form with 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 tool's simplicity and the absence of an output schema, the description covers the essential context: what the tool does, how to specify the state, the required view access, and what the response contains. It lacks explicit identification of artifactId and commentId, but that is partially inferable. Overall, it is fairly complete for the tool's complexity.

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

Parameters2/5

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

Schema description coverage is 0%, so the description is the only source for parameter meaning. It explains `resolved` ('Pass the target state in `resolved`') and implies `commentId` via 'comment thread', but `artifactId` is not clarified in relation to the dashboard. With three parameters and only partial elaboration, this is insufficient to compensate for the lack of schema descriptions.

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 tool's function: 'Mark a Duvo Pulse dashboard comment thread complete, or reopen it' – a specific verb and resource. It also distinguishes itself from siblings like createPulseDashboardComment or listPulseDashboardComments.

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?

Provides clear usage instruction: 'Pass the target state in `resolved`'. Also notes 'requires view access' and mentions idempotency. However, it does not explicitly contrast with alternative tools or state when not to use it, so it falls just short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources