Skip to main content
Glama

DevRev MCP Server

Official
by devrev

list_subtypes

Retrieve all subtypes for a specified leaf type (issue or ticket) in DevRev using the MCP Server, enabling precise categorization and management of records.

Instructions

List all subtypes in DevRev for a given leaf type

Input Schema

NameRequiredDescriptionDefault
leaf_typeYes

Input Schema (JSON Schema)

{ "properties": { "leaf_type": { "enum": [ "issue", "ticket" ], "type": "string" } }, "required": [ "leaf_type" ], "type": "object" }

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