Skip to main content
Glama
likalg

Personal OS MCP

by likalg

Create Task

personal_os_create_task

Add a task to an owned active container, setting title, dates, priority, status, effort, and tags. Optionally replace the entire tag set.

Instructions

Create one Task in an owned active non-Area Container, optionally replacing its complete Tag set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
due_atNoDate/time accepted by the API; UTC ISO 8601 is recommended.
effortNo
statusNo
tag_idsNo
due_dateNo
priorityNo
sort_orderNo
descriptionNo
container_idYesOwned active non-Area Container UUID.
planned_for_dateNo
estimated_minutesNoEstimated total minutes to complete the Task (1-10080). Always total minutes — never send strings like '1.5 hours' or '1:30'. Null clears the estimate.
Behavior4/5

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

Annotations already indicate a write operation (readOnlyHint=false), and the description adds a critical behavioral detail: providing tag_ids replaces the entire tag set rather than merging. It also specifies container ownership and activity requirements, which are not captured by annotations. This is consistent with annotations.

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 wastes no words. It states the verb and resource immediately and adds the most important constraint, making it highly efficient.

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?

Despite having 12 parameters and no output schema, the description is minimal. It omits default behaviors for status, effort, priority, and the return value. The tag replacement hint is useful, but overall the tool would benefit from significantly more context to guide correct invocation.

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 descriptions cover only 25% of parameters (due_at, container_id, estimated_minutes). The description adds meaning for tag_ids (replacement behavior), but does not clarify the many other optional fields like status, effort, priority, or planned_for_date. Given low schema coverage, the description fails to compensate adequately.

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 identifies the action ('Create') and the resource ('Task'), and specifies a unique constraint about the container type ('owned active non-Area'). This distinguishes it from sibling tools like update_task or list_tasks, so the purpose is 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?

The description provides no explicit guidance on when to choose this tool over alternatives. It implies task creation but does not mention related tools for other operations or any exclusions, leaving the agent to infer usage purely from the name.

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