Skip to main content
Glama

TypeScript MCP

by mizchi

get_module_symbols

Analyze TypeScript/JavaScript modules to extract all exported symbols, enabling efficient module inspection and dependency tracking. Specify root directory and module name for precise results.

Instructions

Get all exported symbols from a TypeScript/JavaScript module without detailed signatures

Input Schema

NameRequiredDescriptionDefault
filePathNoContext file for resolving relative imports
moduleNameYesThe module to analyze (e.g., 'neverthrow', './local-module')
rootYesRoot directory for resolving relative paths

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Context file for resolving relative imports", "type": "string" }, "moduleName": { "description": "The module to analyze (e.g., 'neverthrow', './local-module')", "type": "string" }, "root": { "description": "Root directory for resolving relative paths", "type": "string" } }, "required": [ "root", "moduleName" ], "type": "object" }

You must be authenticated.

Other Tools from TypeScript MCP

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/mizchi/typescript-mcp'

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