Skip to main content
Glama

TypeScript Definitions MCP Server

by blakeyoder

get_package_types

Retrieve all TypeScript type definitions from a specified npm package to enable type-safe code generation and testing.

Instructions

Get all type definitions from a specific package

Input Schema

NameRequiredDescriptionDefault
packageNameYesName of the package to get types from

Input Schema (JSON Schema)

{ "properties": { "packageName": { "description": "Name of the package to get types from", "type": "string" } }, "required": [ "packageName" ], "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/blakeyoder/typescript-definitions-mcp'

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