Skip to main content
Glama

PureScript MCP Server

by avi892nash

pursIdeList

List available modules or imports in a PureScript project to analyze project structure and dependencies. Requires IDE server running and modules loaded for accurate results.

Instructions

List available modules in the project or imports in a specific file. PREREQUISITES: IDE server running and modules loaded. Helps understand project structure and dependencies.

Input Schema

NameRequiredDescriptionDefault
fileNoPath to the .purs file (required for 'import' listType).
listTypeYesType of list to retrieve.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "file": { "description": "Path to the .purs file (required for 'import' listType).", "type": "string" }, "listType": { "description": "Type of list to retrieve.", "enum": [ "availableModules", "import" ], "type": "string" } }, "required": [ "listType" ], "type": "object" }
Install Server

Other Tools from PureScript 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/avi892nash/purescript-mcp-tools'

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