Skip to main content
Glama

ServiceNow MCP Server

by javerthl

create_story_dependency

Establish dependencies between ServiceNow stories to manage workflow relationships and ensure proper task sequencing.

Instructions

Create a dependency between two stories in ServiceNow

Input Schema

NameRequiredDescriptionDefault
dependent_storyYesSys_id of the dependent story is required
prerequisite_storyYesSys_id that this story depends on is required

Input Schema (JSON Schema)

{ "properties": { "dependent_story": { "description": "Sys_id of the dependent story is required", "title": "Dependent Story", "type": "string" }, "prerequisite_story": { "description": "Sys_id that this story depends on is required", "title": "Prerequisite Story", "type": "string" } }, "required": [ "dependent_story", "prerequisite_story" ], "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