Skip to main content
Glama

bulk_update

Apply field changes to issues matching specified filters in a single API call. Returns count of updated issues.

Instructions

Apply field changes to matching issues in one call. At most 500 matching issues are selected; narrow filters when more matches exist. Returns the number of issues updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject ID (e.g. LIF)
set_moduleNoNew module (by name) to set
set_statusNoNew status to set: backlog, todo, active, done, cancelled
filter_labelNoOnly affect issues carrying this label (by name)
set_priorityNoNew priority to set: urgent, high, medium, low, none
filter_moduleNoOnly affect issues in this module (by name)
filter_statusNoOnly affect issues with this status: backlog, todo, active, done, cancelled
filter_priorityNoOnly affect issues with this priority: urgent, high, medium, low, none
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the 500-issue limit and that it returns the number of updated issues, but does not mention required permissions, reversibility, or atomicity of updates. Decent but incomplete.

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?

Two sentences, front-loaded with the core purpose, no filler words. Every sentence adds value.

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?

The description explains the purpose, limit, and return value, which is adequate for an 8-parameter tool with no output schema. However, it lacks details on error handling or behavior when no issues match, leaving some 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%, so the parameter descriptions exist in the schema. The tool description adds no additional parameter-level meaning beyond the schema, so a 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 tool applies field changes to matching issues in one call, indicating a bulk update operation. It distinguishes from single-issue tools like edit_issue implicitly by the 'bulk' context, though not explicitly excluding other tools.

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 provides a clear constraint: at most 500 issues are selected, advising to narrow filters when more matches exist. This guides the agent on when to use this tool and how to handle large result sets, but does not explicitly contrast with alternatives.

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/VoidNullable/lific'

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