get_user_action_required_tasks
Retrieve tasks pending action for a specific user ID in the Goodday platform using the MCP server. Ideal for tracking and managing user responsibilities effectively.
Instructions
Get action required tasks for a specific user.
Args: user_id: The ID of the user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"title": "User Id",
"type": "string"
}
},
"required": [
"user_id"
],
"title": "get_user_action_required_tasksArguments",
"type": "object"
}