Skip to main content
Glama

DevRev MCP Server

Official
by devrev

get_work

Retrieve detailed information about a DevRev work item, such as an issue or ticket, by specifying its unique ID. This tool simplifies access to essential data for efficient tracking and management.

Instructions

Get all information about a DevRev work item (issue, ticket) using its ID

Input Schema

NameRequiredDescriptionDefault
idYesThe DevRev ID of the work item

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The DevRev ID of the work item", "type": "string" } }, "required": [ "id" ], "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