Skip to main content
Glama

Update component

jira_update_component
Idempotent

Update a Jira component's name, description, assignee type, or lead by component ID. Only provided fields change, keeping omitted values unchanged.

Instructions

Changes a component. This is a PARTIAL update, unlike jira_update_issue: only the fields you pass are changed and everything you omit keeps its current value. Pass description: "" to clear the description. A call with no field to change is refused rather than sent. The component cannot be moved to another project. Needs the "Administer projects" permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew name. Omit to keep the current one.
applyNoSet true to EXECUTE this write. Omit (or false) to get a plan of the request that would be sent. Executing also requires the server to run with JIRA_WRITE_MODE=apply.
plan_idNoThe single-use id returned by the preceding plan-mode call. Required together with apply: true; a mismatch means the arguments changed since the plan, and the write is refused rather than executed.
profileNoNamed credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE).
componentIdYesNumeric component id from jira_list_components.
descriptionNoFree-text description, stored as PLAIN TEXT — this endpoint predates rich text, so markdown and ADF are stored literally. Pass "" to clear it.
assigneeTypeNoWho new issues in this component are assigned to: PROJECT_DEFAULT, COMPONENT_LEAD, PROJECT_LEAD or UNASSIGNED. UNASSIGNED only works when the site allows unassigned issues.
leadAccountIdNoaccountId of the new component lead.
Behavior5/5

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

Beyond the generic annotations, the description reveals important behavioral details: omitted fields retain their current values, passing an empty description clears it, calls without a changed field are refused, project reassignment is disallowed, and admin permission is required. These are not inferable from the annotations alone.

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?

Four concise sentences, each carrying non-redundant information: the partial-update semantic, clearing behavior, no-op refusal, and constraints/permission. It is front-loaded and free of filler.

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

Completeness5/5

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

Given the rich input schema that already documents apply/plan_id/profile behavior, the description covers the remaining decision-relevant context: update semantics, permission requirements, and a key domain constraint. No critical selection or invocation information is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers all 8 parameters with solid descriptions, so the baseline is 3. The description adds cross-parameter meaning by asserting that every omitted field keeps its current value and that an empty description is a valid clearing operation, which helps an agent reason about parameter combinations.

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 opens with a specific action and resource ('Changes a component') and immediately characterizes the update as PARTIAL, distinguishing it from jira_update_issue. An agent can clearly tell what this tool does and how it differs from related update tools.

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

Usage Guidelines5/5

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

It explicitly describes when to use this tool's partial-update semantics, warns that a no-op call is refused, states that the component cannot be moved to another project, and names the required permission. This gives concrete conditions for invoking or avoiding the call.

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/IvanBBaev/jira-mcp'

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