Skip to main content
Glama

Freshservice MCP server

by effytech

add_requester_to_group

Add a requester to a manual requester group in Freshservice by specifying the group ID and requester ID. Simplifies user management and group assignments.

Instructions

Add a requester to a manual requester group in Freshservice.

Input Schema

NameRequiredDescriptionDefault
group_idYes
requester_idYes

Input Schema (JSON Schema)

{ "properties": { "group_id": { "title": "Group Id", "type": "integer" }, "requester_id": { "title": "Requester Id", "type": "integer" } }, "required": [ "group_id", "requester_id" ], "title": "add_requester_to_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