Skip to main content
Glama
ganievs
by ganievs

update_project

Modify an existing Todoist project by changing its name, color, favorite status, or view style.

Instructions

Update an existing Todoist project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe ID of the project to update
nameNoThe updated name of the project
colorNoThe updated color of the project
is_favoriteNoWhether the project is a favorite
view_styleNoThe view style of the project (list, board, or calendar)
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure, but it only states 'Update an existing Todoist project' without specifying whether updates are partial or overwrite, required permissions, or what happens on success/failure. This is insufficient for understanding side effects.

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

Conciseness3/5

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

The description is extremely concise at one sentence, but lacks structure such as front-loading of critical details or clear separation of usage notes. It is not verbose, but could benefit from more informative organization.

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

Completeness2/5

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

Given the complexity of 5 parameters and no output schema or annotations, the description is incomplete. It does not explain return values, error handling, or the effect of omitting optional parameters, leaving significant gaps for the agent.

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 the input schema already documents all parameters with descriptions. The tool description does not add any additional meaning beyond the schema, thus baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the action 'Update' and the resource 'existing Todoist project', making the purpose immediately understandable. It distinguishes from sibling tools that operate on other resources like comments or tasks.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, such as conditions for updating a project versus adding a new one. There is no mention of prerequisites or context for invocation.

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/ganievs/todoist-mcp-server'

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