Skip to main content
Glama

DevRev MCP Server

Official
by devrev

create_part

Generate a new enhancement part in DevRev, specifying type, name, assigned users, parent parts, and description for streamlined issue tracking and management.

Instructions

Create a new part (enhancement) in DevRev

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the part
nameYes
owned_byYesThe DevRev IDs of the users assigned to the part
parent_partYesThe DevRev IDs of the parent parts
typeYes

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the part", "type": "string" }, "name": { "type": "string" }, "owned_by": { "description": "The DevRev IDs of the users assigned to the part", "items": { "type": "string" }, "type": "array" }, "parent_part": { "description": "The DevRev IDs of the parent parts", "items": { "type": "string" }, "type": "array" }, "type": { "enum": [ "enhancement" ], "type": "string" } }, "required": [ "type", "name", "owned_by", "parent_part" ], "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