Skip to main content
Glama
likalg

Personal OS MCP

by likalg

Create Collection

personal_os_create_collection

Create a root-level collection to group related tasks. Define a name, optional description, and sort order to establish a new organizational container.

Instructions

Create a root-level Collection Container for grouping Tasks; it is not a Checklist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
sort_orderNo
descriptionNo
Behavior3/5

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

Annotations already convey that this is a non-read-only, non-destructive, non-idempotent operation. The description adds the semantic caveat 'it is not a Checklist' and clarifies the root-level nature, which provides useful behavioral context beyond annotations, though it does not disclose details like duplicate name handling or return behavior.

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 sentence that is front-loaded with the action and resource, and every word adds value. It avoids redundancy and clearly states the key caveat in a compact form.

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?

The tool has 3 parameters with 0% schema description coverage and no output schema, so the description must carry significant weight. It establishes the basic purpose but omits usage distinctions among sibling create tools and parameter semantics, leaving the agent under-informed for correct invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of the 'name', 'sort_order', or 'description' parameters. The input schema only defines basic types and constraints, so the agent receives no semantic meaning about how these fields affect the created collection.

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 ('Create') and identifies the resource as a root-level Collection Container, making the core purpose clear. It adds a useful distinction from a Checklist, but does not explicitly differentiate from sibling create tools like create_container or create_project, which leaves some ambiguity.

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 explicit guidance on when to use this tool versus alternatives such as create_container or create_project. The phrase 'it is not a Checklist' provides an exclusion, but no checklist sibling exists, so it does not materially help with selection among the available create tools.

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