Skip to main content
Glama

ServiceNow MCP Server

by javerthl

create_project

Create a new project in ServiceNow with details like name, description, status, manager, timeline, and assignment information to initiate project tracking and management.

Instructions

Create a new project in ServiceNow

Input Schema

NameRequiredDescriptionDefault
assigned_toNoUser assigned to the project
assignment_groupNoGroup assigned to the project
descriptionNoDetailed description of the project
end_dateNoEnd date for the project
percentage_completeNoPercentage complete for the project
project_managerNoProject manager for the project
short_descriptionYesProject name of the project
start_dateNoStart date for the project
stateNoState of project (-5 is Pending,1 is Open, 2 is Work in progress, 3 is Closed Complete, 4 is Closed Incomplete, 5 is Closed Skipped)
statusNoStatus of the project (green, yellow, red)

Input Schema (JSON Schema)

{ "properties": { "assigned_to": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "User assigned to the project", "title": "Assigned To" }, "assignment_group": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Group assigned to the project", "title": "Assignment Group" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Detailed description of the project", "title": "Description" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "End date for the project", "title": "End Date" }, "percentage_complete": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "description": "Percentage complete for the project", "title": "Percentage Complete" }, "project_manager": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Project manager for the project", "title": "Project Manager" }, "short_description": { "description": "Project name of the project", "title": "Short Description", "type": "string" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Start date for the project", "title": "Start Date" }, "state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "State of project (-5 is Pending,1 is Open, 2 is Work in progress, 3 is Closed Complete, 4 is Closed Incomplete, 5 is Closed Skipped)", "title": "State" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Status of the project (green, yellow, red)", "title": "Status" } }, "required": [ "short_description" ], "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