get_part
Retrieve detailed information about a specific enhancement in DevRev by providing its unique ID using the MCP server tool.
Instructions
Get information about a part (enhancement) in DevRev using its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The DevRev ID of the part |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The DevRev ID of the part",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}