Skip to main content
Glama

atlas-mcp-server

project_dependency_list

Generate a comprehensive list of project dependencies and dependents to identify relationships and manage task hierarchies effectively with the atlas-mcp-server.

Instructions

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" }

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/cyanheads/atlas-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server