Skip to main content
Glama
nicolascroce

keepsake-mcp

by nicolascroce

create_task

Create a task with due date, priority, recurrence, and links to contacts and tags for personal CRM management.

Instructions

A TASK is an action item to accomplish. Can have due date, recurrence, priority, linked to contacts and tags.

Create a new task. Title supports #tag# and [[tag]] for automatic tag linking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDue date (YYYY-MM-DD)
titleYesTask title (supports #tag# and [[tag]])
tag_idsNoArray of tag UUIDs to link
priorityNoPriority level
date_typeNoDate type: specific (has a due date, default), asap (do as soon as possible, no date needed), one_day (someday/no rush, no date needed)
contact_idsNoArray of contact UUIDs to associate
descriptionNoTask description
recurrence_typeNoRecurrence pattern
recurrence_intervalNoRecurrence interval (e.g., every N days)
Behavior2/5

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

Annotations already indicate destructiveHint=false and idempotentHint=false. The description adds no additional behavioral traits beyond listing features. It does not mention side effects, authentication, rate limits, or default behaviors (e.g., default date_type).

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 two sentences with no wasted words. It front-loads the definition and then states the action. Efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 9 parameters and no output schema, the description gives a high-level overview but lacks details on recurrence behavior, date type defaults, and return value. The schema fills in parameter details, but the description could be more complete for a complex creation 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?

Schema description coverage is 100%, so the schema documents all parameters adequately. The description briefly mentions title tag syntax and general capabilities but adds no significant new per-parameter meaning. 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 clearly states 'Create a new task' and explains what a TASK is, providing a summary of capabilities (due date, recurrence, priority, linking). This distinguishes it from sibling tools like list_tasks, update_task, etc.

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?

The description does not explicitly state when to use this tool versus alternatives or provide exclusion guidelines. However, the name and context imply creation, and the description lists features, which gives some guidance.

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/nicolascroce/keepsake-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server