update_watching
Update an existing watch note in Backlog by providing its ID and the new note text.
Instructions
Updates an existing watch note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Updated note for the watch | |
| watchId | Yes | Watch ID |
Update an existing watch note in Backlog by providing its ID and the new note text.
Updates an existing watch note
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Updated note for the watch | |
| watchId | Yes | Watch ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits, but it only says 'Updates' without explaining side effects, permissions, error conditions, or whether the note is overwritten or merged. This is a significant gap for a mutation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, short sentence that front-loads the core action. No wasted words, though it might have been slightly more informative without sacrificing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-parameter update tool with full schema coverage, the description is minimally viable but lacks behavioral context (e.g., what happens on success/failure, whether it requires an existing watch). It does not fully cover the tool's context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema documents both parameters. The description adds no additional meaning about parameters, but the baseline of 3 applies because the schema handles the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb ('Updates') and resource ('existing watch note'), and the name 'update_watching' aligns with this. It is distinguishable from sibling tools like 'add_watching' and 'mark_watching_as_read' by the focus on updating an existing note, though 'watch note' is not fully defined.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as 'add_watching' or 'mark_watching_as_read'. The context is implied only by the name and description, with no explicit exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nulab/backlog-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server