Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OTOBO_BASE_URLYesYour Otobo instance URL (e.g. https://otobo.example.com)
OTOBO_PASSWORDYesAgent password
OTOBO_USERNAMEYesAgent username for API access
OTOBO_UNSAFE_SSLNoSet to true to allow self-signed/internal SSL certificatesfalse
OTOBO_WEBSERVICENoWeb service name configured in OtoboGenericTicketConnectorREST

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_ticketsA

Search Otobo tickets by various criteria (Queue, State, Priority, CustomerUser, Title, TicketNumber, date ranges, etc.)

get_ticketB

Get full ticket details by TicketID, including articles (communication history) and dynamic fields

create_ticketB

Create a new Otobo ticket with a first article (message)

update_ticketB

Update an existing Otobo ticket (change state, queue, priority, owner, etc.) and optionally add a new article

get_ticket_historyA

Get the full change history of a ticket (who changed what, when)

list_queuesA

List available Otobo queues by searching for tickets across all queues. Returns queue names found in the system.

list_statesA

List available Otobo ticket states by examining existing tickets. Returns state names found in the system.

list_prioritiesA

List available Otobo ticket priorities by examining existing tickets. Returns priority names found in the system.

close_ticketC

Close a ticket by setting its state to 'closed successful' and optionally adding a closing note

add_noteA

Add an internal note to a ticket without changing its state

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/domnussbaum/otobo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server