Skip to main content
Glama
likalg

Personal OS MCP

by likalg

Update Collection

personal_os_update_collection

Update an existing collection by changing only the provided fields. Modify collection details like name, description, or sort order without affecting other data.

Instructions

Partially update an owned active Collection. Only supplied fields change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
sort_orderNo
descriptionNo
collection_idYes
Behavior4/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description adds meaningful PATCH semantics: only supplied fields are changed, which prevents agents from assuming full-object replacement. It also discloses the 'owned active' constraint, which is not apparent from the schema. It does not describe return values or error behavior, but the annotations already cover safety as non-destructive and writable.

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 that directly states the operation and its key semantic. No filler or redundant repetition of the tool name or schema details.

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?

For a simple PATCH operation with four flat parameters and no output schema, the description supplies the essential context (partial update, ownership/status requirement). It does not mention what the response contains, but the tool is straightforward and the annotations cover the write/non-destructive nature. Slightly more detail about return values could push it to 5, but 4 is appropriate given the low complexity.

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 description coverage is 0%, so the description must compensate. The statement 'Only supplied fields change' is essential for interpreting the optional parameters (name, sort_order, description): omitting them means leave unchanged. This is not inferable from the schema alone. The parameter names are self-explanatory, so no further per-field elaboration is needed.

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 clearly states the verb ('update') and the resource ('owned active Collection'), and adds the critical distinction of 'Partially update' and 'Only supplied fields change'. This separates it from other update tools by specifying the partial/PATCH behavior and the ownership/status precondition.

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?

The phrase 'Partially update an owned active Collection' gives clear context for when to use this tool: when you need to modify fields on a collection without replacing the entire object. However, it does not explicitly mention alternatives like 'archive_collection' for state changes or 'create_collection' for new collections, so it lacks explicit exclusions.

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/likalg/personal-os-mcp'

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