Skip to main content
Glama

Nuanced MCP Server

by MattMorgis

analyze_dependencies

Identify all function and file dependencies for a specified module or file in a Python codebase using the Nuanced MCP Server. Helps analyze code structure and relationships.

Instructions

Find all module or file dependencies in the codebase.

Identifies all function dependencies for a file or module in the active repository. This identifies all modules that depend on the specified module or file.

Args: file_path: Path to a specific file to analyze dependencies for module_name: Name of a module to analyze dependencies for (e.g., 'auth' will match 'app.auth', 'auth.users', etc.)

Returns: A list of all functions and files that depend on the specified module

Input Schema

NameRequiredDescriptionDefault
file_pathNo
module_nameNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "default": null, "title": "File Path", "type": "string" }, "module_name": { "default": null, "title": "Module Name", "type": "string" } }, "title": "analyze_dependenciesArguments", "type": "object" }

You must be authenticated.

Other Tools from Nuanced 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/MattMorgis/nuanced-mcp'

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