Skip to main content
Glama

PureScript MCP Server

by avi892nash

getWhereBindings

Extract 'where' clauses from PureScript functions to identify local helper functions and variables, aiding in detailed function analysis and implementation understanding.

Instructions

Find 'where' clauses in PureScript functions. These contain local helper functions and variables. Useful for understanding function implementation details.

Input Schema

NameRequiredDescriptionDefault
codeYesPureScript code snippet.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "code": { "description": "PureScript code snippet.", "type": "string" } }, "required": [ "code" ], "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