Skip to main content
Glama
Doist
by Doist

find-activity

Read-onlyIdempotent

Track and audit changes in Todoist by retrieving recent activity logs with flexible filtering by object, event, user, or project.

Instructions

Retrieve recent activity logs to monitor and audit changes in Todoist. Shows events from all users by default (use initiatorId to filter by specific user). Track task completions, updates, deletions, project changes, and more with flexible filtering. Note: Date-based filtering is not supported by the Todoist API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of activity events to return.
cursorNoPagination cursor for retrieving the next page of results.
taskIdNoFilter events by parent task ID (for subtask events).
objectIdNoFilter by specific object ID (task, project, or comment).
eventTypeNoType of event to filter by.
projectIdNoFilter events by parent project ID.
objectTypeNoType of object to filter by.
initiatorIdNoFilter by the user ID who initiated the event.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYesThe activity events.
hasMoreYesWhether there are more results available.
nextCursorNoCursor for the next page of results.
totalCountYesThe total number of events in this page.
appliedFiltersYesThe filters that were applied to the search.
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds context about default behavior (all users) and a key limitation (no date filtering), complementing annotations without contradiction.

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?

Three concise sentences: purpose, default behavior, and key limitation. No filler, each sentence adds value.

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?

Output schema exists, so return values are documented. Description covers what the tool does, filtering options, and a limitation. Could mention pagination behavior more explicitly but schema covers cursor parameter.

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%, so all parameters have descriptions. The description adds no extra meaning beyond schema, except for highlighting initiatorId for user filtering, which is already described. 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 clearly states the tool retrieves recent activity logs for monitoring and auditing, specifying the resource and action. It distinguishes from sibling tools like find-tasks or find-completed-tasks by focusing on activity events from all users.

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?

Provides clear guidance: events from all users by default, use initiatorId to filter by user, and notes that date-based filtering is unsupported. Does not explicitly mention alternatives but 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