Skip to main content
Glama

goodday-mcp

by cdmx-in

get_project_tasks

Retrieve tasks from a specific project on Goodday, including optional open/closed tasks and subfolder tasks, using project_id for precise access.

Instructions

Get tasks from a specific project.

Args: project_id: The ID of the project closed: Set to true to retrieve all open and closed tasks subfolders: Set to true to return tasks from project subfolders

Input Schema

NameRequiredDescriptionDefault
closedNo
project_idYes
subfoldersNo

Input Schema (JSON Schema)

{ "properties": { "closed": { "default": false, "title": "Closed", "type": "boolean" }, "project_id": { "title": "Project Id", "type": "string" }, "subfolders": { "default": false, "title": "Subfolders", "type": "boolean" } }, "required": [ "project_id" ], "title": "get_project_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