Skip to main content
Glama

Divide and Conquer MCP Server

by landicefu

update_metadata

Modify task metadata such as tags, priority, and estimated completion time to enhance task organization and tracking within the Divide and Conquer MCP Server.

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" }

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