Skip to main content
Glama

TypeScript Definitions MCP Server

by blakeyoder

find_interfaces

Search for TypeScript interfaces by name pattern using wildcards to discover available type definitions for generating type-safe mocks and test data.

Instructions

Find interfaces matching a pattern

Input Schema

NameRequiredDescriptionDefault
patternYesPattern to match interface names (supports wildcards with *)

Input Schema (JSON Schema)

{ "properties": { "pattern": { "description": "Pattern to match interface names (supports wildcards with *)", "type": "string" } }, "required": [ "pattern" ], "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