Skip to main content
Glama

PureScript MCP Server

by avi892nash

generate_dependency_graph

Visualize dependency relationships between functions and types in PureScript modules. Identify code dependencies for better understanding and efficient refactoring. Requires IDE server and loaded modules.

Instructions

Create a dependency graph showing which functions/types use which others in PureScript modules. PREREQUISITES: IDE server must be running and modules must be loaded. Useful for understanding code relationships and refactoring impact.

Input Schema

NameRequiredDescriptionDefault
max_concurrent_requestsNoMax concurrent 'usages' requests.
target_modulesYesArray of module names.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "max_concurrent_requests": { "default": 5, "description": "Max concurrent 'usages' requests.", "type": "integer" }, "target_modules": { "description": "Array of module names.", "items": { "type": "string" }, "type": "array" } }, "required": [ "target_modules" ], "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/avi892nash/purescript-mcp-tools'

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