assess_create_context
Create a new context in the Assess realm to organize tasks and projects within the addTaskManager MCP Server, ensuring structured task management under the ADD framework.
Instructions
Create a new context in Assess realm.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contextName | Yes | Context name (max 30 chars) |
Input Schema (JSON Schema)
{
"properties": {
"contextName": {
"description": "Context name (max 30 chars)",
"type": "string"
}
},
"required": [
"contextName"
],
"type": "object"
}