Skip to main content
Glama

DevRev MCP Server

Official
by devrev

get_vista

Retrieve sprint board details and associated sprint IDs in DevRev using a specific vista ID to filter and manage sprints effectively.

Instructions

Retrieve information about a vista in DevRev using its ID. In DevRev a vista is a sprint board which contains sprints (or vista group items). The reponse of this tool will contain the sprint (or vista group item) IDs that you can use to filter on sprints.

Input Schema

NameRequiredDescriptionDefault
idYesThe DevRev ID of the vista

Input Schema (JSON Schema)

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