get_solution_folder
Retrieve a solution folder by its ID within the Freshservice MCP server for efficient access and management of solution resources.
Instructions
Get solution folder by its ID in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "get_solution_folderArguments",
"type": "object"
}