Skip to main content
Glama
umitkavala

mindpm

by umitkavala

Create Task

create_task

Create structured tasks for mentioned to-dos, bugs, or feature requests, including priority, tags, and project assignment.

Instructions

Create a new task in a project. Proactively use this when the user mentions something that needs to be done, a bug to fix, or a feature to build.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags like "backend", "auth", "bug"
titleYesShort task title
projectNoProject name or ID (defaults to most recent active project)
priorityNoTask priority (default: medium)
descriptionNoDetailed description of the task
parent_task_idNoParent task ID for sub-tasks

Schema Changelog

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

  1. First observedv1.4.0

TDQS

A3.7/5.0
Behavior2/5

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

There are no annotations, so the description carries the full behavioral burden. It states that the tool creates a task, but it does not disclose side effects such as whether the task is immediately persisted, how project defaulting is resolved, or what the call returns. This leaves the agent with limited transparency beyond the basic write action.

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 short sentences with no filler. The first sentence states the core action, and the second sentence provides actionable usage guidance, making it well-structured and front-loaded.

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 six parameters and no output schema, the description is adequate but incomplete. The schema covers all parameter semantics and the description gives usage context, but there is no mention of the return value or post-creation behavior, which an agent would need to confidently handle the tool's result.

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%, and each parameter already has a clear description, so the baseline is 3. The description text itself adds little parameter-level detail beyond mentioning 'in a project,' which aligns with the project parameter.

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 opens with 'Create a new task in a project,' which is a specific verb and resource phrasing. This clearly identifies the tool's purpose and distinguishes it from siblings like update_task, get_task, and list_tasks.

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 explicitly says to 'Proactively use this when the user mentions something that needs to be done, a bug to fix, or a feature to build,' giving clear trigger conditions. It does not explicitly mention when not to use it or point to an alternative like update_task, but the context is strong enough for most cases.

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/umitkavala/mindpm'

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