Skip to main content
Glama

update_task_assignees

Update task assignees by adding or removing member IDs to manage task responsibilities.

Instructions

Add or remove task assignees

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addNoIDs to add.
SpaceNoOptional sub-space ID for further scoping inside the workspace.
removeNoIDs to remove.
task_idYes
OrganizationNoWorkspace (organization) ID the request is scoped to.
Behavior2/5

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

No annotations provided. Description does not disclose whether assignees are added/removed incrementally or replaced entirely, nor does it mention permission or rate limits.

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?

Extremely brief (4 words). While concise, it lacks needed detail and does not earn its space by providing essential context beyond the name.

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?

Incomplete for a tool with 5 parameters and no annotations or output schema. Does not explain effect on existing assignees, interaction between add/remove, or required context like workspace.

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 descriptions cover 80% of parameters. The tool description adds no new meaning beyond what the schema provides, but baseline is appropriate due to high coverage.

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 (add or remove) and the resource (task assignees). It distinguishes from sibling tools like 'update_task' which might modify other task fields, but does not elaborate on scope.

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 versus alternatives like 'assign_agent_to_item' or 'update_task'. No exclusions or prerequisites mentioned.

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/celeryhq/simplified-mcp-server'

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