Skip to main content
Glama

Freshservice MCP server

by effytech

get_all_requester_groups

Retrieve all requester groups in Freshservice, enabling easy management and pagination of group data with customizable page and per-page parameters.

Instructions

Get all requester groups in Freshservice.

Input Schema

NameRequiredDescriptionDefault
pageNo
per_pageNo

Input Schema (JSON Schema)

{ "properties": { "page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 1, "title": "Page" }, "per_page": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 30, "title": "Per Page" } }, "title": "get_all_requester_groupsArguments", "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