Skip to main content
Glama

collection_edit

Update a collection's name and/or notebook list by providing the collection ID and the new values.

Instructions

Edit an existing collection's name and/or list of notebooks.

Args: collection_id: UUID of the collection name: New name for the collection (optional) notebook_ids: New complete list of notebook UUIDs to include (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
notebook_idsNo
collection_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Addedv0.9.14

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It usefully discloses that notebook_ids is a 'New complete list' to include, implying replacement rather than incremental updates, and marks fields as optional. But it does not mention permissions, failure behavior, or the effect of omitting notebooks from the list beyond the 'complete list' wording.

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 a single front-loaded sentence followed by a compact argument list. Every line carries useful information with no filler, repetition, or unnecessary detail.

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?

All three parameters are described, an output schema exists, and the core edit/replacement semantics are communicated, making the tool callable. It is slightly incomplete in lacking explicit alternative-tool routing and more thorough side-effect disclosure, but these are minor given the low complexity.

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

Parameters5/5

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

The input schema has 0% description coverage, so the description must compensate, and it does. The Args section explains collection_id as a UUID, name as the new optional name, and notebook_ids as the complete replacement list, adding real semantic meaning beyond types and defaults.

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 uses a specific verb ('Edit') and identifies the resource ('existing collection') plus the exact mutable aspects: name and list of notebooks. This clearly distinguishes it from collection_create, collection_delete, collection_list, and collection_set_emoji.

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 purpose implies when to use it: when an existing collection's name or notebook membership needs changing. However, it never explicitly contrasts it with siblings like collection_set_emoji or notebook_rename, nor gives any exclusions or conditions for choosing an alternative.

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

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/jacob-bd/gemini-notebook-mcp-cli'

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