Skip to main content
Glama
PhilflowIO

dav-mcp

by PhilflowIO

create_todo

Create a new todo/task in a calendar, with optional due date, priority, and status. Use this to add tasks, todo items, or reminders.

Instructions

Create a new todo/task in a calendar. Use this when user wants to add a task, todo item, or reminder with optional due date, priority, and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoOptional status (default: NEEDS-ACTION)
summaryYesThe title/summary of the todo (required)
due_dateNoOptional due date in ISO 8601 format (e.g., 2025-12-31T23:59:59+02:00)
priorityNoOptional priority: 0=none, 1-3=high, 4-6=medium, 7-9=low
descriptionNoOptional detailed description
calendar_urlYesThe URL of the calendar to create the todo in
percent_completeNoOptional completion percentage (0-100)
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral transparency burden. It clearly states the tool creates a new todo/task, which is a write operation. However, it does not disclose any side effects beyond creation (e.g., whether it modifies other resources or returns a confirmation). For a create operation, the primary behavior is obvious, but the absence of any caveats or prerequisites (like needing to specify a calendar_url) is a minor gap. The schema covers required fields, but the description could have mentioned that a calendar_url is essential.

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 composed of two clear, concise sentences. The first states the primary purpose, and the second clarifies the use case without extraneous detail. It is front-loaded with the core action and resource, making it easy for an agent to quickly assess relevance. No wasted words.

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

Completeness4/5

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

For a create tool with 7 parameters all documented in the schema, the description provides sufficient context for an agent to decide to use it. It mentions the optional fields and the use case. The only minor omission is explicit mention of the required fields (calendar_url and summary), but these are clearly marked in the schema. The description is adequate for guiding invocation without unnecessary verbosity.

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 all parameters have descriptions. The description adds value by pointing out the optional nature of 'due date, priority, and status', which reiterates the schema. However, it does not add any deeper context or meaning beyond what the schema already states (e.g., how priority mapping works or date format specifics). Baseline of 3 is appropriate since the schema does the heavy lifting.

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 the verb 'Create' and the resource 'a new todo/task in a calendar'. It lists the typical use cases (task, todo item, reminder) and mentions optional fields (due date, priority, status). This distinguishes it from related tools like create_event (which handles calendar events) and update_todo (which modifies existing todos).

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to use the tool: 'Use this when user wants to add a task, todo item, or reminder'. This gives a clear trigger condition. It doesn't explicitly mention when not to use it or name alternatives, but the context of sibling tools (e.g., create_event for non-todo items) makes the distinction clear enough. Slight deduction for not explicitly naming negative cases.

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/PhilflowIO/dav-mcp'

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