Skip to main content
Glama
Doist
by Doist

get-project-activity-stats

Read-onlyIdempotent

Retrieve daily and optional weekly task completion counts for a project over 1-12 weeks to identify completion trends and patterns.

Instructions

Get daily and optional weekly task completion counts for a project over a configurable time window (1-12 weeks). Useful for identifying completion trends and patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weeksNoNumber of weeks of activity data to retrieve (1-12, default 2).
projectIdYesThe ID of the project to get activity stats for.
includeWeeklyCountsNoInclude weekly rollup counts alongside daily counts.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayItemsYesDaily task completion counts.
projectIdYesThe project ID.
weekItemsYesWeekly completion rollups. Only included when includeWeeklyCounts is true.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the tool is clearly safe. The description adds that it returns daily and weekly counts over a time window, which is consistent and adds value 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 only two sentences, front-loading the core functionality and usage, with no redundant information.

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

Completeness5/5

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

Given the presence of an output schema and the tool's simple nature, the description fully covers what the tool does, its return value, and its configuration parameters. No gaps.

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 coverage is 100% with each parameter described. The description's mention of 'configurable time window' adds minimal additional value beyond the schema's own descriptions, so baseline 3 is appropriate.

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 uses specific verb 'Get' and resource 'daily and optional weekly task completion counts for a project' with a configurable time window, clearly distinguishing it from sibling tools like get-productivity-stats or find-activity which cover different aspects.

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

Usage Guidelines4/5

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

The description states it is 'useful for identifying completion trends and patterns,' providing a clear use case. However, it does not explicitly mention when to avoid it or name alternative tools, but the context is sufficient.

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