Skip to main content
Glama

PureScript MCP Server

by avi892nash

getFunctionNames

Extract function names from PureScript code snippets, excluding data types and classes. Simplifies code analysis by focusing on key functions for better understanding and navigation.

Instructions

Extract only function names from PureScript code snippets. Focuses specifically on functions, ignoring data types and classes. Quick analysis for code understanding.

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