Skip to main content
Glama

ServiceNow MCP Server

by javerthl

add_comment

Add comments or work notes to ServiceNow incidents to document updates, progress, or resolutions for better incident tracking and team collaboration.

Instructions

Add a comment to an incident in ServiceNow

Input Schema

NameRequiredDescriptionDefault
commentYesComment to add to the incident
incident_idYesIncident ID or sys_id
is_work_noteNoWhether the comment is a work note

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "Comment to add to the incident", "title": "Comment", "type": "string" }, "incident_id": { "description": "Incident ID or sys_id", "title": "Incident Id", "type": "string" }, "is_work_note": { "default": false, "description": "Whether the comment is a work note", "title": "Is Work Note", "type": "boolean" } }, "required": [ "incident_id", "comment" ], "type": "object" }

Other Tools from ServiceNow MCP Server

Related Tools

    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/javerthl/servicenow-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server