Skip to main content
Glama

skylight_update_list_item

Update a list item on a Skylight frame by changing its label, checking it off or reopening it, and assigning a section.

Instructions

Update a list item on a Skylight frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNo
itemIdYes
listIdYes
checkedNotrue marks the item completed, false reopens it.
frameIdNo
sectionNoSection name (null to clear).

Schema Changelog

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

  1. Changed2 schema fields changedv0.7.1
    • removedInput schema / properties / section / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • addedInput schema / properties / section / type
      Added value: +[
      +  "string",
      +  "null"
      +]
  2. First observedv0.4.6

TDQS

C2.6/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 behavioral disclosure burden. It only restates the mutation ('update') without indicating whether updates are partial or full, whether unspecified fields are preserved, or what side effects occur. The schema's checked and section descriptions hint at behavior, but the description itself adds no behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single succinct sentence with the action front-loaded and no filler, which is structurally clean. However, it is undersized for a six-parameter operation and misses opportunities to add field semantics or usage guidance without becoming bloated.

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?

With six parameters, no output schema, no annotations, and a large set of closely related sibling tools, a one-sentence description is inadequate. It leaves unclear how updates behave, which fields are relevant, how IDs relate, and when to pick this tool over similar list-item operations. The low schema coverage amplifies these gaps.

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 only 33%, and the description does not compensate for the undocumented parameters. It does not explain label, listId, itemId, or frameId, nor does it clarify which fields are optional and updatable. Only checked and section carry schema-level descriptions, so four of six parameters remain semantically bare.

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 uses a specific verb ('update') and resource ('list item') and locates the operation on a Skylight frame, making the core action clear and distinguishing it from higher-level tools like skylight_update_list. However, it does not say which attributes are updatable or what distinguishes it from item-level siblings like move or set-section operations.

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 closely related siblings such as skylight_set_list_item_section, skylight_move_list_item, or skylight_add_list_item. The description provides no context, exclusions, or alternatives, leaving the agent to infer selection from names alone.

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/chrischall/skylight-mcp'

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