Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update a record in any ServiceNow table
servicenow__update_table_record
{ "type": "object", "properties": { "instanceHost": { "type": "string", "description": "ServiceNow instance host, for example example.service-now.com" }, "tableName": { "type": "string", "description": "Table name, e.g. incident, change_request, problem, cmdb_ci, sc_task" }, "sysId": { "type": "string", "description": "sys_id of the record" }, "record": { "type": "object", "description": "Field map of fields to update" } }, "required": [ "instanceHost", "tableName", "sysId", "record" ], "description": "Input schema for the servicenow__update_table_record tool." }