Skip to main content
Glama

Freshservice MCP server

by effytech

update_solution_article

Modify solution articles in Freshservice by updating fields such as title, description, folder ID, article type, status, tags, keywords, and review date.

Instructions

Update a solution article in Freshservice.

Input Schema

NameRequiredDescriptionDefault
article_idYes
article_typeNo
descriptionNo
folder_idNo
keywordsNo
review_dateNo
statusNo
tagsNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "article_id": { "title": "Article Id", "type": "integer" }, "article_type": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Article Type" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "folder_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Folder Id" }, "keywords": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Keywords" }, "review_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Review Date" }, "status": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Status" }, "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Tags" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Title" } }, "required": [ "article_id" ], "title": "update_solution_articleArguments", "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