Skip to main content
Glama
SecretiveShell

all the tools

MCP Task Manager Server_addTask

Add a new task to a specified project by providing a description and project ID. Optionally include dependencies, priority, and initial status to organize task workflow effectively.

Instructions

Adds a new task to a specified project within the Task Management Server. Requires the project ID and a description for the task. Optionally accepts a list of dependency task IDs, a priority level, and an initial status. Returns the full details of the newly created task upon success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dependenciesNoAn optional list of task IDs (strings) that must be completed before this task can start (max 50).
descriptionYesThe textual description of the task to be performed (1-1024 characters).
priorityNoOptional task priority. Defaults to 'medium' if not specified.medium
project_idYesThe unique identifier (UUID) of the project to add the task to. This project must already exist.
statusNoOptional initial status of the task. Defaults to 'todo' if not specified.todo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool 'Returns the full details of the newly created task upon success,' which is useful output information. However, it doesn't mention potential side effects (e.g., how dependencies affect task flow), error conditions, authentication requirements, or rate limits. The description adds some behavioral context but leaves significant gaps for a mutation tool.

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 efficiently structured in four sentences: purpose statement, required parameters, optional parameters, and return value. Every sentence adds value with no redundant information. It's appropriately sized and front-loaded with the core functionality.

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?

For a mutation tool with no annotations and no output schema, the description provides basic purpose and parameter overview but lacks critical context. It doesn't explain error handling, what 'full details' includes in the return, or how the tool interacts with sibling tools (e.g., dependencies referencing existing tasks). The description is minimally adequate but incomplete for safe and effective use.

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 5 parameters thoroughly with descriptions, constraints, and defaults. The description mentions the required parameters (project_id, description) and optional ones (dependencies, priority, status) but doesn't add meaningful semantic context beyond what's in the schema. This meets the baseline for high schema coverage.

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 ('Adds a new task'), target resource ('to a specified project within the Task Management Server'), and distinguishes it from siblings like 'createProject' (which creates projects, not tasks) and 'updateTask' (which modifies existing tasks). The verb+resource combination is precise and unambiguous.

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 context by stating 'Requires the project ID and a description for the task' and mentioning optional parameters, but it doesn't explicitly guide when to use this tool versus alternatives like 'createProject' (for new projects) or 'updateTask' (for modifying existing tasks). No explicit when-not-to-use guidance or named alternatives are provided.

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

Related 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/SecretiveShell/MCP-allthetools'

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