Skip to main content
Glama
RavennaHQ

Ravenna MCP Server

Official
by RavennaHQ

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAVENNA_API_KEYYesYour Ravenna API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_ticketB

Create a new ticket in Ravenna

update_ticketB

Update an existing ticket in Ravenna

list_ticketsA

List tickets in Ravenna with optional filters

get_ticketB

Get detailed information about a specific ticket

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct ticket action (create, get, list, update) with no overlap.

Naming Consistency5/5

All tools follow a consistent verb_ticket pattern: create_ticket, get_ticket, list_tickets, update_ticket.

Tool Count4/5

4 tools is a reasonable count for a focused ticket server, covering core operations without being excessive.

Completeness3/5

Basic CRUD is present but missing delete_ticket, which is a notable gap for ticket management.

Maintenance

ActivityInactive
ResponsivenessNo issues