Skip to main content
Glama
jitbit

jitbit-helpdesk-mcp

Official
by jitbit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JITBIT_URLYesBase URL of your Jitbit instance (SaaS: https://yourcompany.jitbit.com, on-prem: your server URL)
JITBIT_TOKENYesAPI token obtained from your Jitbit User Profile

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
jitbit_search_ticketsB

Search for tickets in Jitbit Helpdesk by keyword or phrase.

Args:

  • query (string): Search query to match against ticket subjects and bodies

  • limit (number): Maximum results to return, 1-100 (default: 25)

  • offset (number): Number of results to skip for pagination (default: 0)

Returns: List of matching tickets with ID, subject, status, priority, category, submitter, and assignee.

jitbit_list_ticketsB

List and filter tickets in Jitbit Helpdesk.

Args:

  • mode (string, optional): Filter mode — "all", "unanswered", "updated"

  • status (string, optional): Filter by ticket status, passed to the Jitbit API as-is

  • limit (number): Maximum results to return, 1-100 (default: 25)

  • offset (number): Number of results to skip for pagination (default: 0)

Returns: List of tickets with ID, subject, status, priority, category, submitter, and assignee.

jitbit_get_ticketA

Get a single ticket with its full conversation thread from Jitbit Helpdesk.

Args:

  • ticketId (number): The ticket ID to retrieve

Returns: Full ticket details including subject, body, status, priority, category, submitter, assignee, tags, and complete comment history.

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/jitbit/jitbit-helpdesk-mcp'

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