get_project_overview
Retrieve a detailed summary of a project, including tasks and progress, by providing the project ID. Streamline project management directly from the Amazing Marvin MCP server.
Instructions
Get comprehensive overview of a project including tasks and progress
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}