update_context
Modifies context information for all tasks on the Divide and Conquer MCP Server to ensure consistent and up-to-date task execution and tracking.
Instructions
Updates the context information for all tasks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_for_all_tasks | Yes | The new context information for all tasks |
Input Schema (JSON Schema)
{
"properties": {
"context_for_all_tasks": {
"description": "The new context information for all tasks",
"type": "string"
}
},
"required": [
"context_for_all_tasks"
],
"type": "object"
}