get_projects
Retrieve a list of Goodday projects, including archived or root-only options, using the Goodday-MCP server for integration with the Goodday platform.
Instructions
Get list of projects from Goodday.
Args: archived: Set to true to retrieve archived/closed projects root_only: Set to true to return only root projects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archived | No | ||
root_only | No |
Input Schema (JSON Schema)
{
"properties": {
"archived": {
"default": false,
"title": "Archived",
"type": "boolean"
},
"root_only": {
"default": false,
"title": "Root Only",
"type": "boolean"
}
},
"title": "get_projectsArguments",
"type": "object"
}