Skip to main content
Glama

TypeScript Definitions MCP Server

by blakeyoder

validate_type_usage

Validate TypeScript code for type correctness and check against expected types to ensure type safety in your projects.

Instructions

Validate TypeScript code for type correctness

Input Schema

NameRequiredDescriptionDefault
codeYesThe TypeScript code to validate
expectedTypeNoOptional expected type to validate against

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The TypeScript code to validate", "type": "string" }, "expectedType": { "description": "Optional expected type to validate against", "type": "string" } }, "required": [ "code" ], "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