assess_create_collection
Create a new collection in the Assess realm for organizing tasks and projects within the addTaskManager MCP Server, supporting structured task management through the ADD framework.
Instructions
Create a new collection in Assess realm.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionName | Yes | Collection name |
Input Schema (JSON Schema)
{
"properties": {
"collectionName": {
"description": "Collection name",
"type": "string"
}
},
"required": [
"collectionName"
],
"type": "object"
}