Skip to main content
Glama

DevRev MCP Server

Official
by devrev

update_part

Modify details of an existing enhancement part in DevRev, including name, assigned users, description, and target dates, using the DevRev MCP Server.

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
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" }, "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" }
Install Server

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