Skip to main content
Glama

PureScript MCP Server

by avi892nash

pursIdeList

Retrieve available modules or import lists in a PureScript project to analyze structure and dependencies. Requires IDE server running with modules loaded.

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

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