Skip to main content
Glama

DevRev MCP Server

Official
by devrev

update_part

Modify details of an existing enhancement in DevRev, including name, description, assignees, target dates, and stage, using the part’s unique ID.

Instructions

Update an existing part (enhancement) in DevRev

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the part
idYesThe DevRev ID of the part
nameNoThe name of the part
owned_byNoThe DevRev IDs of the users assigned to the part
stageNoThe stage DevRev ID of the part. Use valid_stage_transition tool to get the list of valid stages you an update to.
target_close_dateNoThe target closed date of the part, for example: 2025-06-03T00:00:00Z
target_start_dateNoThe target start date of the part, for example: 2025-06-03T00:00:00Z
typeYes

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the part", "type": "string" }, "id": { "description": "The DevRev ID of the part", "type": "string" }, "name": { "description": "The name of the part", "type": "string" }, "owned_by": { "description": "The DevRev IDs of the users assigned to the part", "items": { "type": "string" }, "type": "array" }, "stage": { "description": "The stage DevRev ID of the part. Use valid_stage_transition tool to get the list of valid stages you an update to.", "type": "string" }, "target_close_date": { "description": "The target closed date of the part, for example: 2025-06-03T00:00:00Z", "type": "string" }, "target_start_date": { "description": "The target start date of the part, for example: 2025-06-03T00:00:00Z", "type": "string" }, "type": { "enum": [ "enhancement" ], "type": "string" } }, "required": [ "id", "type" ], "type": "object" }

Other Tools from DevRev MCP Server

Related Tools

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

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