Skip to main content
Glama

update_project_state

Idempotent

Update task, milestone, or path state with commands like start, complete, block. Automatically logs notes for each action.

Instructions

Orchestrated state change for tasks, milestones, and paths. Maps actions (start_task, complete_task, block_task, etc.) to correct status updates and note creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation: 'start_task', 'complete_task', 'pause_task', 'resume_task', 'block_task', 'unblock_task', 'start_subtask', 'complete_subtask', etc.
target_typeYesEntity type: 'task', 'subtask', 'sidequest', 'milestone', 'completion_path'
target_idYesID of target entity
dataNoAction-specific data (e.g., blocked_by, completion_notes)
create_noteNoAuto-log action as note in notes table
Behavior3/5

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

Annotations already indicate idempotentHint=true and destructiveHint=false. Description adds that it triggers note creation, which is a behavioral detail beyond annotations. However, no mention of permissions or side effects for specific actions.

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

Conciseness4/5

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

Two concise sentences. Information is front-loaded, but structure could be improved with bullet points or explicit sections. No wasted words.

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

Completeness3/5

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

Description provides high-level behavior but omits return values (no output schema). With many sibling tools, more context on when use is preferred would improve completeness. Adequate but not rich.

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 parameters are already documented. Description adds context about actions mapping to status updates but does not elaborate on action-specific effects or data field contents. Marginal added value beyond schema.

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?

Description states it handles state changes for tasks, milestones, and paths, mapping actions to status updates and note creation. Purpose is clear but does not explicitly differentiate from sibling update tools like update_task or update_milestone.

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 on when to use this tool vs alternatives like update_task, update_milestone, or specific action tools. It implies usage for orchestrated state transitions but lacks explicit context or exclusions.

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/aryanduntley/aimfp'

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