{
  "name": "align_task_with_objective",
  "description": "Link a task to a weekly objective",
  "inputSchema": {
    "type": "object",
    "properties": {
      "taskId": {
        "type": "string",
        "description": "The ID of the task"
      },
      "objectiveId": {
        "type": "string",
        "description": "The ID of the objective"
      }
    },
    "required": ["taskId", "objectiveId"]
  }
}
