Skip to main content
Glama

TypeScript Definitions MCP Server

by blakeyoder

validate_interface_implementation

Check if TypeScript code correctly implements a specified interface by comparing implementation against the interface definition.

Instructions

Validate if code correctly implements an interface

Input Schema

NameRequiredDescriptionDefault
implementationYesThe implementation code to validate
interfaceDefinitionYesThe interface definition
interfaceNameYesName of the interface being implemented

Input Schema (JSON Schema)

{ "properties": { "implementation": { "description": "The implementation code to validate", "type": "string" }, "interfaceDefinition": { "description": "The interface definition", "type": "string" }, "interfaceName": { "description": "Name of the interface being implemented", "type": "string" } }, "required": [ "implementation", "interfaceName", "interfaceDefinition" ], "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