Skip to main content
Glama
likalg

Personal OS MCP

by likalg

List Containers

personal_os_list_containers
Read-onlyIdempotent

List your owned container hierarchy, grouping items into Inbox, Areas/Projects, Collections, Reach Out, and Someday. Quickly view and organize all your personal OS containers in one place.

Instructions

List the owned Container hierarchy grouped as Inbox, Areas/Projects, Collections, Reach Out, and Someday.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds value by disclosing that only 'owned' containers are returned and that the result is a hierarchy grouped into specific categories. This goes beyond annotation hints, though it doesn't detail response format or pagination.

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, perfectly concise and front-loaded with the action and resource. Every word contributes meaningful context, and there is no redundancy or filler.

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 parameterless, read-only list tool, the description adequately conveys the key behavior: returning an owned, hierarchical container structure grouped by the specified categories. It lacks an output schema, so a bit more detail about the return shape could be useful, but the low complexity and annotations cover most gaps.

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?

The input schema has zero parameters and schema coverage is 100% (vacuously). The description adds no parameter-specific semantics, but with no parameters, there is nothing to explain. The baseline of 4 for zero-parameter tools applies.

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 tool's function: listing the owned Container hierarchy. It specifies the exact grouping categories, which distinguishes it from sibling list tools like personal_os_list_tasks or personal_os_list_projects. The verb 'List' and resource 'Container hierarchy' are specific and unambiguous.

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 description provides clear context for when to use the tool (to view container hierarchies in a particular grouping). It does not explicitly mention alternatives or exclusions, but the grouping details make the intended use obvious. The lack of explicit 'use this instead of X' guidance prevents a perfect 5.

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