Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

update_metadata

Modify metadata for tasks in the Divide and Conquer MCP Server by updating tags, priority levels, and estimated completion times to streamline task management.

Instructions

Updates the task metadata.

Input Schema

NameRequiredDescriptionDefault
estimated_completion_timeNoEstimated completion time (ISO timestamp or duration)
priorityNoPriority level of the task
tagsNoTags to categorize the task

Input Schema (JSON Schema)

{ "properties": { "estimated_completion_time": { "description": "Estimated completion time (ISO timestamp or duration)", "type": "string" }, "priority": { "description": "Priority level of the task", "enum": [ "high", "medium", "low" ], "type": "string" }, "tags": { "description": "Tags to categorize the task", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

Other Tools from Divide and Conquer MCP 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/landicefu/divide-and-conquer-mcp-server'

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