Skip to main content
Glama
longbridge

longbridge

Official

Update Watchlist Group

update_watchlist_group
DestructiveIdempotent

Update a watchlist group by ID to rename it or adjust its securities with add, remove, or replace modes.

Instructions

Update a watchlist group by id. Can rename (name param) or modify securities (securities + mode: add/remove/replace).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWatchlist group id
modeNoUpdate mode for securities: "add", "remove", or "replace" (default: "replace")
nameNoNew group name (optional)
securitiesNoSecurities list (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
updatedYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv0.7.1
    • removedInput schema / title
      Removed value: -"UpdateWatchlistGroupParam"
  2. Changed5 schema fields changedv0.6.0
    • removedOutput schema / $schema
      Removed value: -"https://json-schema.org/draft/2020-12/schema"
    • removedOutput schema / description
      Removed value: -"Returned by `update_watchlist_group`."
    • removedOutput schema / properties / id / description
      Removed value: -"The updated watchlist group ID (echoed from the request)."
    • removedOutput schema / properties / updated / description
      Removed value: -"Always `true` on success."
    • removedOutput schema / title
      Removed value: -"UpdateWatchlistGroupResponse"
  3. Changed1 schema field changedv0.5.6
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "https://json-schema.org/draft/2020-12/schema",
      +  "description": "Returned by `update_watchlist_group`.",
      +  "properties": {
      +    "id": {
      +      "description": "The updated watchlist group ID (echoed from the request).",
      +      "format": "int64",
      +      "type": "integer"
      +    },
      +    "updated": {
      +      "description": "Always `true` on success.",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "id",
      +    "updated"
      +  ],
      +  "title": "UpdateWatchlistGroupResponse",
      +  "type": "object"
      +}
  4. Addedv0.4.5
  5. Removedv0.4.0
  6. Addedv0.3.2
  7. Removedv0.3.1
  8. First observedv0.1.12

TDQS

A4.4/5.0
Behavior4/5

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

Description aligns with annotations (not read-only, destructive). Adds context on specific modifications (add/remove/replace), which implies potential destructive behavior. No contradictions with annotations.

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?

Single sentence, front-loaded with the core purpose, no redundant information. Every word contributes to understanding the tool's function.

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 output schema covers return values, the description sufficiently covers main use cases. Could mention prerequisites like ownership, but annotations provide destructive hint. Adequate for a 4-param tool.

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 coverage is 100%, but description adds value by explaining the combined usage of 'securities' and 'mode' params (add/remove/replace) and clarifying that 'name' is optional. This goes beyond basic 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?

Clearly states the action 'Update' on 'watchlist group by id' and specifies the two modification types (rename or modify securities). Distinguishes from sibling tools like create_watchlist_group and delete_watchlist_group.

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 explicit use cases: rename via 'name' param, or modify securities using 'securities' and 'mode' params. Does not explicitly state when not to use, but the context of siblings implies this is for updates only.

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/longbridge/longbridge-mcp'

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