Skip to main content
Glama
novgorodskii

Worksection MCP Server

by novgorodskii

Create Worksection Task

worksection_create_task

Create new tasks in Worksection projects with titles, descriptions, assignees, priorities, dates, checklists, and estimates to organize project work.

Instructions

Create a new task in a Worksection project.

Args:

  • id_project (string, required): Project ID where the task will be created

  • title (string, required): Task name

  • id_parent (string, optional): Parent task ID to create as a subtask

  • email_user_to (string, optional): Assignee email

  • email_user_from (string, optional): Creator email

  • text (string, optional): Task description

  • priority (string, optional): Priority 0-10 (0=lowest, 10=highest)

  • date_start (string, optional): Start date YYYY-MM-DD

  • date_end (string, optional): Due date YYYY-MM-DD

  • todo (string, optional): Checklist items, one per line

  • max_time (string, optional): Time estimate in hours

  • max_money (string, optional): Budget estimate

Returns: Created task data with ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
id_projectYesProject ID
titleYesTask name
id_parentNoParent task ID (for subtasks)
email_user_toNoAssignee email
email_user_fromNoCreator email
textNoTask description
priorityNoPriority 0-10
date_startNoStart date YYYY-MM-DD
date_endNoDue date YYYY-MM-DD
todoNoChecklist items, one per line
max_timeNoTime estimate (hours)
max_moneyNoBudget estimate
Behavior3/5

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

Annotations already indicate this is a non-destructive, non-idempotent, open-world write operation (readOnlyHint: false, destructiveHint: false, idempotentHint: false, openWorldHint: true). The description adds minimal behavioral context beyond this, mentioning the return format ('Created task data with ID') but not addressing permissions, rate limits, or error conditions.

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 well-structured with a clear purpose statement followed by a parameter list and return note. It's appropriately sized for a tool with 12 parameters, though the parameter list is somewhat redundant given the schema coverage, making it slightly verbose.

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 the tool's complexity (12 parameters, write operation) and lack of output schema, the description provides adequate context by listing parameters and specifying the return format. However, it could be more complete by addressing authentication needs or error handling, though annotations cover basic behavioral traits.

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 input schema already documents all parameters thoroughly. The description repeats parameter details in a structured list but adds little semantic value beyond what's in the schema, such as clarifying priority scale (0=lowest, 10=highest) or date formats, which are already covered.

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 specific action ('Create a new task') and resource ('in a Worksection project'), distinguishing it from sibling tools like worksection_update_task or worksection_complete_task. It precisely defines the tool's purpose without being tautological.

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 implies usage for creating tasks but doesn't explicitly state when to use this tool versus alternatives like worksection_update_task or worksection_create_project. It provides no guidance on prerequisites, exclusions, or specific scenarios where this tool is preferred over others.

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/novgorodskii/worksection-mcp-server'

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