Skip to main content
Glama
likalg

Personal OS MCP

by likalg

complete note

personal_os_complete_note

Complete a note in Personal OS to mark it as finished, updating its API lifecycle status for accurate note tracking.

Instructions

Mark a Note complete using the existing API lifecycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes
Behavior2/5

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

The description adds minimal behavioral context beyond the annotations. It states the state change ('complete') but does not disclose what happens to the note, whether it is reversible, or any side effects. Annotations indicate readOnlyHint=false and destructiveHint=false, but the description does not elaborate on the write behavior or lifecycle implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and front-loaded, which is good for conciseness. However, it omits useful details and uses filler ('using the existing API lifecycle') that adds little value. It is not as damaging as verbose descriptions, but it is under-specified.

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?

For a simple state-change tool with no output schema and minimal annotations, the description is incomplete. It does not clarify what 'complete' means, whether it can be undone, or what the response looks like. The sibling uncomplete_note exists, but the description does not position this tool within the note lifecycle.

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 coverage is 0%, so the description carries the burden. It does not mention the note_id parameter at all, leaving the agent to rely solely on the schema. Although the parameter name is self-explanatory, the lack of any parameter context in the description is a gap for a 1-param tool.

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 states a specific action: 'Mark a Note complete'. This clearly identifies the tool's purpose and distinguishes it from siblings like uncomplete_note or complete_task. The verb 'complete' and resource 'Note' are unambiguous.

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. It does not mention related tools like uncomplete_note, nor does it explain prerequisites or context. The phrase 'using the existing API lifecycle' is vague and adds no actionable direction.

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