Skip to main content
Glama

Freshservice MCP server

by effytech

create_service_request

Generate a service request in Freshservice by specifying essential details such as display ID, email, requested user, and quantity to initiate support or service tasks.

Instructions

Create a service request in Freshservice.

Input Schema

NameRequiredDescriptionDefault
display_idYes
emailYes
quantityNo
requested_forNo

Input Schema (JSON Schema)

{ "properties": { "display_id": { "title": "Display Id", "type": "integer" }, "email": { "title": "Email", "type": "string" }, "quantity": { "default": 1, "title": "Quantity", "type": "integer" }, "requested_for": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Requested For" } }, "required": [ "display_id", "email" ], "title": "create_service_requestArguments", "type": "object" }

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/effytech/freshservice_mcp'

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