Skip to main content
Glama

PureScript MCP Server

by avi892nash

pursIdeType

Retrieve type signatures of functions, variables, or values in PureScript code using an IDE server. Helps clarify expected inputs and outputs for better code understanding and development.

Instructions

Look up the type signature of functions, variables, or values in PureScript code. PREREQUISITES: IDE server running and modules loaded. Helpful for understanding what a function expects and returns.

Input Schema

NameRequiredDescriptionDefault
currentModuleNoOptional: Current module context.
filtersNoOptional: Array of Filter objects.
searchYesIdentifier name to search for.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "currentModule": { "description": "Optional: Current module context.", "type": "string" }, "filters": { "description": "Optional: Array of Filter objects.", "items": { "type": "object" }, "type": "array" }, "search": { "description": "Identifier name to search for.", "type": "string" } }, "required": [ "search" ], "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