Skip to main content
Glama
roddyst

i-net HelpDesk MCP Server

by roddyst

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INET_HOSTNoBind-Adresse der HTTP-Transporte127.0.0.1
INET_PORTNoPort der HTTP-Transporte8000
INET_TOKENNoAccess-Token für Authorization: Bearer …
INET_LOCALENoStandardsprache der Suchphraseen
INET_TIMEOUTNoHTTP-Timeout in Sekunden30
INET_BASE_URLNoBasis-URL des HelpDesk, z. B. https://helpdesk.example.com:9000
INET_PASSWORDNoPasswort für Basic Auth als Alternative zum Token
INET_USERNAMENoBenutzername für Basic Auth als Alternative zum Token
INET_HTTP_PATHNoPfad des Streamable-HTTP-Endpunkts/mcp
INET_READ_ONLYNoSchreibende Tools ausblendenfalse
INET_TRANSPORTNostdio, http oder ssestdio
INET_VERIFY_TLSNoTLS-Zertifikat des HelpDesk prüfentrue
INET_ALLOW_URL_HEADERNoX-Inet-Base-Url-Header erlaubennur ohne INET_BASE_URL
INET_ALLOW_LOCAL_FILESNoAnhänge per Dateipfad erlaubentrue bei stdio, sonst false

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_infoA

Report how this MCP server is configured and verify that the i-net HelpDesk can be reached with the current credentials. Use this first when a call fails with an authentication or connection error.

search_ticketsA

Search tickets with the same phrase syntax as the Tickets application, for example printer or Resource:"First Level Support". Returns the matching ticket ids plus suggestions for fields and values that can narrow the query further.

get_ticketA

Read one ticket with its fields and attributes. Pass fields to limit the response to the entries you need - the full record can be large and may contain personal data.

list_ticket_actionsA

List the ticket actions the authenticated user may currently apply to a ticket, as a map of action id to display name. The ids are the input for apply_ticket_action.

list_ticket_stepsA

List the editing steps (history) of a ticket. For a primary ticket in a bundle the steps of its secondary tickets are merged in. Use get_ticket_step for the text of a single step.

get_ticket_stepA

Read one editing step of a ticket, including its text and the applied ticket action. Pass fields to reduce the returned fields and attributes.

create_ticketA

Create a new ticket and return its id. text is the request text of the ticket. ticket_fields and action_arguments are optional and only needed for advanced cases - unknown ticket fields are rejected, unknown action arguments are ignored by the server.

apply_ticket_actionA

Apply a ticket action to an existing ticket - answering, closing, escalating and so on - and return the id of the new editing step. Call list_ticket_actions first: only the ids listed there are valid, and they differ per ticket, user and state. This changes the ticket, so confirm the action with the user when the intent is ambiguous.

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/roddyst/i-net_mcp_server'

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