Skip to main content
Glama

shared_lists_sync

Sync a shared list to all of its nodes to apply current configuration.

Instructions

Sync a shared list to its nodes (async, 202)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesShared list name to sync

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.0

TDQS

A3.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the operation is asynchronous and returns HTTP 202, which is critical behavioral context. However, it doesn't state side effects (e.g., propagation time, potential failures), but the async note is valuable.

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?

One short sentence with no fluff. The action, target, async nature, and response code are all included. It's front-loaded and every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with no output schema, the description is fairly complete. It lacks details on what 'sync' implies (e.g., whether it pushes updates or pulls, error scenarios), but given the simplicity, it's adequate.

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 coverage is 100% and the parameter 'name' is described as 'Shared list name to sync', which is clear. The description adds no extra syntax or format details beyond the schema, so baseline 3 is appropriate.

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 ('Sync') and resource ('shared list to its nodes') and notes it's async with HTTP 202. This is clear and distinguishable from siblings like shared_lists_create or shared_lists_delete, though it doesn't explicitly name an alternative for when not to use it.

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 usage: call this to propagate changes to nodes. It gives no explicit when-to-use vs alternatives, but the sibling context suggests it's for syncing existing shared lists, which is reasonably clear. Missing exclusions or prerequisites.

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

Deploy Server

Other Tools