Skip to main content
Glama

ServiceNow MCP Server

MIT License

add_change_task

Add a task to a ServiceNow change request by specifying details such as description, assigned user, and planned dates, ensuring organized and trackable change management.

Instructions

Add a task to a change request

Input Schema

NameRequiredDescriptionDefault
assigned_toNoUser assigned to the task
change_idYesChange request ID or sys_id
descriptionNoDetailed description of the task
planned_end_dateNoPlanned end date (YYYY-MM-DD HH:MM:SS)
planned_start_dateNoPlanned start date (YYYY-MM-DD HH:MM:SS)
short_descriptionYesShort description of the task

Input Schema (JSON Schema)

{ "description": "Parameters for adding a task to a change request.", "properties": { "assigned_to": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "User assigned to the task", "title": "Assigned To" }, "change_id": { "description": "Change request ID or sys_id", "title": "Change Id", "type": "string" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Detailed description of the task", "title": "Description" }, "planned_end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Planned end date (YYYY-MM-DD HH:MM:SS)", "title": "Planned End Date" }, "planned_start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Planned start date (YYYY-MM-DD HH:MM:SS)", "title": "Planned Start Date" }, "short_description": { "description": "Short description of the task", "title": "Short Description", "type": "string" } }, "required": [ "change_id", "short_description" ], "title": "AddChangeTaskParams", "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/vparlapalli490/MCP'

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