Skip to main content
Glama

Freshservice MCP server

by effytech

update_requester_group

Modify requester group details in Freshservice, including name and description, by specifying the group ID for targeted updates.

Instructions

Update an requester group in Freshservice.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
idYes
nameNo

Input Schema (JSON Schema)

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