Skip to main content
Glama
sesonet

freelo-mcp-server

Official
by sesonet

Freelo Create Task

freelo_create_task
Idempotent

Create a task in a specific Freelo tasklist. Provide project ID, tasklist ID, and task name; optionally add worker, due date, and markdown description. Task is created in active state.

Instructions

Creates a new task in a specific tasklist. Task is created in active state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskDataYesTask data
projectIdYesProject ID. Get from freelo_get_projects.
tasklistIdYesTasklist ID. Get from freelo_get_project_tasklists.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTask ID
nameYesTask name
labelsNo
workerNoUser object
date_addNoISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00")
due_dateNoISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00")
state_idNoState ID: 1=active, 2=finished
project_idNoProject ID
tasklist_idNoTasklist ID
due_date_endNoISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00")
priority_enumNoPriority: h=high, m=medium, l=low
date_edited_atNoISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00")
tracking_usersNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already convey the mutation profile (readOnlyHint=false, destructiveHint=false) and idempotency (idempotentHint=true). The description adds the useful detail that the task is created in active state. It does not elaborate on idempotent creation semantics, but it also does not contradict the 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?

Two short sentences with the main verb and resource front-loaded. The active-state note earns its place as task behavior, and there is no filler or repetition.

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?

Given 100% schema coverage, an output schema, and annotations covering safety and idempotency, the description is nearly complete for invocation. It clearly identifies the action and initial state; the only notable gap is the lack of usage-alternative context, which is already penalized in the usage dimension.

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 already documents all parameters and requirements. The description adds no new parameter-level meaning beyond 'a specific tasklist', which is already implied by the tasklistId parameter. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action ('Creates a new task') and a resource ('a specific tasklist'), and notes the initial active state. It is clear, but it does not explicitly distinguish this from sibling tools like freelo_create_task_from_template or freelo_create_subtask, so it misses the top level of differentiation.

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 given on when to choose this tool over alternatives such as freelo_create_task_from_template or freelo_create_subtask. The mention of 'specific tasklist' implies a precondition, but no explicit when/when-not or alternative routing is provided.

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

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/sesonet/freelo-mcp-server'

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