Skip to main content
Glama

Freshservice MCP server

by effytech

create_requester_group

Create a requester group in Freshservice to organize and manage user requests efficiently by defining group name and optional description.

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" }

Other Tools from Freshservice MCP server

Related Tools

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