Skip to main content
Glama

Freshservice MCP server

by effytech

create_solution_folder

Generate a new folder within a Freshservice solution category by specifying name, category ID, and department IDs to organize and manage resources effectively.

Instructions

Create a new folder under a solution category in Freshservice.

Input Schema

NameRequiredDescriptionDefault
category_idYes
department_idsYes
descriptionNo
nameYes
visibilityNo

Input Schema (JSON Schema)

{ "properties": { "category_id": { "title": "Category Id", "type": "integer" }, "department_ids": { "items": { "type": "integer" }, "title": "Department Ids", "type": "array" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "name": { "title": "Name", "type": "string" }, "visibility": { "default": 4, "title": "Visibility", "type": "integer" } }, "required": [ "name", "category_id", "department_ids" ], "title": "create_solution_folderArguments", "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