atlas-mcp-server

by cyanheads
Verified

project_dependency_list

List all dependencies and dependents for a project, showing both projects it depends on and projects that depend on it.

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject ID to list dependencies for (returns both dependencies and dependents).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "Project ID to list dependencies for (returns both dependencies and dependents).", "type": "string" } }, "required": [ "projectId" ], "type": "object" }