Skip to main content
Glama

Create task

reclaim_create_task
Destructive

Create a new task. Reclaim schedules it into your calendar automatically. Reclaim REST: POST /api/tasks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNoDue date/time (ISO-8601 Zulu datetime, e.g. 2026-07-20T17:00:00.000Z).
notesNoFreeform notes / description for the task.
titleYesThe task title.
priorityNoTask priority — P1 (highest) … P4 (lowest).
snoozeUntilNoDo not schedule before this time (ISO-8601 Zulu datetime).
maxChunkSizeNoMaximum contiguous block, in 15-minute chunks.
minChunkSizeNoMinimum contiguous block, in 15-minute chunks.
eventCategoryNoTask category — WORK or PERSONAL (default WORK).
timeChunksRequiredNoTotal scheduled time as a number of 15-minute chunks, e.g. 4 = 1 hour.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The description adds the important behavioral detail that Reclaim automatically schedules the task, which goes beyond the annotations. However, with destructiveHint=true present, it does not explain why creation is considered destructive, what side effects may occur to existing calendar events, or what happens after creation. It adds some value but leaves significant gaps.

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

Conciseness4/5

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

The description is two short sentences, front-loaded with the core purpose. The inclusion of the REST endpoint is slightly extra but not harmful. Overall, it is concise and well-structured, though the endpoint reference is not essential for an AI agent's invocation.

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 rich schema coverage, this is a complex creation tool with 9 parameters, no output schema, and a destructiveHint that is not explained. The description omits return value details, prerequisites, and side effects on the calendar. It is not complete enough for an agent to understand the full impact of calling this tool.

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

Parameters3/5

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

The input schema provides 100% description coverage for all 9 parameters, including enumerations and detailed comments. The description itself does not add parameter-specific semantics beyond the auto-scheduling behavior, which touches on time-related fields. The high schema coverage means the baseline of 3 is appropriate.

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 begins with 'Create a new task,' a specific verb and resource that clearly states the tool's purpose. It also distinguishes itself from sibling tools like reclaim_delete_task and reclaim_update_task by adding auto-scheduling behavior and the REST endpoint.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Reclaim schedules it into your calendar automatically' implies when this tool is appropriate, but it does not explicitly mention alternatives or when not to use it, such as when using reclaim_add_time for manually adding calendar time. The guidance is useful but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.