Skip to main content
Glama

Freshservice MCP server

by effytech

create_requester_group

Define and add a requester group in Freshservice, including name and optional description, to organize and manage user requesters effectively.

Instructions

Create a requester group in Freshservice.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "create_requester_groupArguments", "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