Skip to main content
Glama

DevRev MCP Server

Official
by devrev

get_sprints

Retrieve active or planned sprints for a specific part ID to manage and track issue progress within DevRev MCP Server efficiently.

Instructions

Get active or planned sprints for a given part ID. Use this to get the sprints for an issue based on its part.

Input Schema

NameRequiredDescriptionDefault
ancestor_part_idYesThe ID of the part to get the sprints for.
stateNoThe state of the sprints to get. When the state is not provided in query, the tool will get the active sprints.

Input Schema (JSON Schema)

{ "properties": { "ancestor_part_id": { "description": "The ID of the part to get the sprints for.", "type": "string" }, "state": { "description": "The state of the sprints to get. When the state is not provided in query, the tool will get the active sprints.", "enum": [ "active", "planned" ], "type": "string" } }, "required": [ "ancestor_part_id" ], "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