Skip to main content
Glama

MCP Project Context Server

MIT License

add_task

Create and assign tasks to projects using project ID, title, priority, and optional details. Streamlines task management within the MCP Project Context Server for efficient project tracking and organization.

Instructions

Add a new task to the project

Input Schema

NameRequiredDescriptionDefault
descriptionNoTask description
priorityYesTask priority
projectIdYesProject ID
tagsNoTask tags
titleYesTask title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Task description", "type": "string" }, "priority": { "description": "Task priority", "enum": [ "low", "medium", "high", "critical" ], "type": "string" }, "projectId": { "description": "Project ID", "type": "string" }, "tags": { "default": [], "description": "Task tags", "items": { "type": "string" }, "type": "array" }, "title": { "description": "Task title", "type": "string" } }, "required": [ "projectId", "title", "priority" ], "type": "object" }
Install Server

Other Tools from MCP Project Context Server

Related Tools

    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/aaronfeingold/mcp-project-context'

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