jitbit-helpdesk-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JITBIT_URL | Yes | Base URL of your Jitbit instance (SaaS: https://yourcompany.jitbit.com, on-prem: your server URL) | |
| JITBIT_TOKEN | Yes | API token obtained from your Jitbit User Profile |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jitbit_search_ticketsB | Search for tickets in Jitbit Helpdesk by keyword or phrase. Args:
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:
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:
Returns: Full ticket details including subject, body, status, priority, category, submitter, assignee, tags, and complete comment history. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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