Skip to main content
Glama

create_task

Define and track project tasks by creating a new task with phase, priority, dependencies, and description.

Instructions

Create a new task with phase, priority, dependencies, and description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject root directory..
phaseNoWhich phase this task belongs to (leave empty for current phase).
titleYesShort task title.
priorityNoOne of: critical, high, medium, low.medium
depends_onNoComma-separated task IDs that must be completed first.
descriptionNoLonger description / acceptance criteria.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The phrase 'Create a new task' is essentially the name itself and provides no extra behavioral detail such as side effects, validation, or error behavior, and no annotations are present to fill the gap.

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?

Single sentence with no filler; it front-loads the action and lists key fields.

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

Completeness2/5

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

The tool has 6 parameters and no annotations, yet the description only states the purpose and some fields; it omits context about where tasks are created, what the output contains, or any constraints, making it insufficient for a full understanding.

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?

All 6 input parameters have schema descriptions (coverage 100%), and the description only lists a subset of parameter names without adding any usage nuances, so it adds no semantic value beyond the schema.

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 begins with 'Create a new task' which is a specific verb and resource, and enumerates key attributes (phase, priority, dependencies, description), clearly distinguishing from siblings like update_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 Guidelines2/5

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

It does not specify when to use this tool versus update_task or other task-management tools, nor does it mention any prerequisites or exclusions. Usage is implied but not explicit.

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/pranjal2410719/dev-mcp'

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