TS Interface → MCP
TS Interface → MCP
08
TS Interface → MCP
Converts TypeScript interface definitions into a single JSON Schema object. When your tool parameters are described by an interface (e.g. interface CreateUserInput), this tool extracts that shape and produces the corresponding inputSchema for one MCP tool.
vs TypeScript → MCP
TypeScript → MCP focuses on exported functions (one tool per function). TS Interface → MCP focuses on a single type shape. Use the interface tool when you have one canonical input type that you want to expose as one tool’s schema.