Skip to main content
Glama

ServiceNow MCP Server

by javerthl

list_story_dependencies

Retrieve story dependencies from ServiceNow to identify relationships between stories, supporting dependency management and project planning.

Instructions

List story dependencies from ServiceNow

Input Schema

NameRequiredDescriptionDefault
dependent_storyNoSys_id of the dependent story is required
limitNoMaximum number of records to return
offsetNoOffset to start from
prerequisite_storyNoSys_id that this story depends on is required
queryNoAdditional query string

Input Schema (JSON Schema)

{ "properties": { "dependent_story": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Sys_id of the dependent story is required", "title": "Dependent Story" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "description": "Maximum number of records to return", "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 0, "description": "Offset to start from", "title": "Offset" }, "prerequisite_story": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Sys_id that this story depends on is required", "title": "Prerequisite Story" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Additional query string", "title": "Query" } }, "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