Skip to main content
Glama

Nuanced MCP Server

by MattMorgis

get_function_call_graph

Analyze and visualize the call graph of a specific function within a repository. Input file path and function name to explore relationships and dependencies in Python code structures.

Instructions

Get the call graph for a specific function.

Args: file_path: Path to the file containing the function function_name: Name of the function to analyze repo_path: Optional repository path (uses active repository if not specified)

Returns: Information about the function's call graph

Input Schema

NameRequiredDescriptionDefault
file_pathYes
function_nameYes
repo_pathNo

Input Schema (JSON Schema)

{ "properties": { "file_path": { "title": "File Path", "type": "string" }, "function_name": { "title": "Function Name", "type": "string" }, "repo_path": { "default": null, "title": "Repo Path", "type": "string" } }, "required": [ "file_path", "function_name" ], "title": "get_function_call_graphArguments", "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