Skip to main content
Glama

MCP Tasks

by flesler

tasks_setup

Initialize and create a source file from a path for task management within MCP Tasks. Returns a source ID for further operations when handling new or updated tasks.

Instructions

Initializes an source file from a path

  • Always call once per conversation when asked to use these tools
  • Ask the user to clarify the file path if not given, before calling this tool
  • Creates the file if it does not exist
  • Returns the source ID for further use
  • Use mcp-tasks tools when the user mentions new or updated tasks

Input Schema

NameRequiredDescriptionDefault
source_pathYes
workspaceNoWorkspace/project directory path (provided by the IDE or use $PWD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "source_path": { "minLength": 1, "type": "string" }, "workspace": { "description": "Workspace/project directory path (provided by the IDE or use $PWD)", "type": "string" } }, "required": [ "source_path" ], "type": "object" }
Install Server

Other Tools from MCP Tasks

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/flesler/mcp-tasks'

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