Skip to main content
Glama

goodday-mcp

by cdmx-in

get_user_assigned_tasks

Retrieve all tasks assigned to a specific user from the Goodday project management platform. Filter by open or closed tasks using user ID and optional status parameters.

Instructions

Get tasks assigned to a specific user.

Args: user_id: The ID of the user closed: Set to true to retrieve all open and closed tasks

Input Schema

NameRequiredDescriptionDefault
closedNo
user_idYes

Input Schema (JSON Schema)

{ "properties": { "closed": { "default": false, "title": "Closed", "type": "boolean" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "title": "get_user_assigned_tasksArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdmx-in/goodday-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server