Skip to main content
Glama
likalg

Personal OS MCP

by likalg

Apply Review action

personal_os_apply_review_action
Destructive

Apply one existing review action to a snapshot item to manage its schedule, status, or container, with API-controlled ownership and lifecycle.

Instructions

Apply one existing ReviewAction to one snapshot item. Source lifecycle and ownership remain API-controlled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
timeNo
actionYes
item_idYes
tag_idsNo
session_idYes
container_idNo
Behavior3/5

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

Annotations already signal destructive potential and non-read-only behavior. The description adds one extra note ('Source lifecycle and ownership remain API-controlled') which offers a small behavioral hint about ownership, but it is vague and does not clarify side effects like deletion or archiving. Given the annotation coverage, this is slightly above baseline but still limited.

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 exceptionally short (two sentences) with no filler. The core action is front-loaded, and the second sentence, while cryptic, adds a governance caveat without bloating the text. It is highly concise and well-structured.

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 is complex (7 parameters, no output schema, domain-specific review actions), but the description offers minimal context. It fails to explain what a 'ReviewAction' entails, what the function returns, or how it fits into the review workflow. Given the complexity, the description is incomplete and leaves critical information to inference.

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

Parameters2/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 any parameter. Terms like 'snapshot item' hint at 'item_id', but the description does not elaborate on date, time, container_id, tag_ids, or session_id. The agent must rely on the schema's minimal field names and enums, which is insufficient for correct invocation.

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 a specific verb ('Apply') and resource ('one existing ReviewAction to one snapshot item'), which precisely identifies the tool's function. It also distinguishes itself from sibling review tools like 'skip_review_item' or 'complete_review' by focusing on applying a single predefined action.

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?

No guidance is provided about when to use this tool versus alternatives. The description does not mention review contexts, prerequisites (e.g., starting a review), or contrast with helpful siblings like 'personal_os_skip_review_item' or 'personal_os_complete_review'. The agent must infer usage from the tool name alone.

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