Skip to main content
Glama
Doist
by Doist

get-project-health

Read-onlyIdempotent

Assess a project's health by retrieving its completion progress and health status (Excellent, On Track, At Risk, Critical). Optionally include detailed metrics and task-level recommendations.

Instructions

Get a comprehensive health assessment for a project including completion progress, health status (EXCELLENT, ON_TRACK, AT_RISK, CRITICAL), and optional detailed context with project metrics and task-level recommendations. Use includeContext=true for full detail including task data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesThe ID of the project to check health for.
includeContextNoInclude detailed health context with project metrics and task-level data. May produce large output for projects with many tasks.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
healthYesProject health assessment.
contextNoDetailed project context with metrics and task data. Only included when includeContext is true.
progressYesProject completion progress.
projectIdYesThe project ID.
projectNameYesThe project name.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the tool is safe and non-destructive. The description adds value by warning about potentially large output for projects with many tasks, which is behavior beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with clear structure: first sentence states purpose and outputs, second sentence gives usage guidance. No redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main functionality and parameter usage. Given there is an output schema (not shown), return values need not be described. It lacks prerequisites like needing a valid projectId, but that is implied.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds context about includeContext meaning 'full detail including task data', but does not substantially extend beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves a comprehensive health assessment for a project, specifying the health statuses and optional detailed context. It distinguishes itself from siblings like 'analyze-project-health' by emphasizing the comprehensive nature and optional includeContext parameter.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance for the includeContext parameter ('Use includeContext=true for full detail including task data.') but does not explain when to choose this tool over the similar sibling 'analyze-project-health' or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Doist/todoist-ai'

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