Skip to main content
Glama

Freshservice MCP server

by effytech

update_product

Modify product details in Freshservice, including name, asset type, manufacturer, status, procurement mode, and depreciation type. Ensure accurate and up-to-date product information.

Instructions

Update a product in Freshservice.

Input Schema

NameRequiredDescriptionDefault
asset_type_idYes
depreciation_type_idNo
descriptionNo
description_textNo
idYes
manufacturerNo
mode_of_procurementNo
nameYes
statusNo

Input Schema (JSON Schema)

{ "properties": { "asset_type_id": { "title": "Asset Type Id", "type": "integer" }, "depreciation_type_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Depreciation Type Id" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "description_text": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description Text" }, "id": { "title": "Id", "type": "integer" }, "manufacturer": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Manufacturer" }, "mode_of_procurement": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Mode Of Procurement" }, "name": { "title": "Name", "type": "string" }, "status": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Status" } }, "required": [ "id", "name", "asset_type_id" ], "title": "update_productArguments", "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