Node Omnibus MCP Server

create_type_definition

Generate TypeScript type definitions or interfaces by specifying the type name, file path, and properties. Simplify development with automated type creation in Node.js projects.

Instructions

Create TypeScript type definitions or interfaces

Input Schema

NameRequiredDescriptionDefault
nameYesType name
pathYesFile path
propertiesYesType properties and their types

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Type name", "type": "string" }, "path": { "description": "File path", "type": "string" }, "properties": { "additionalProperties": { "type": "string" }, "description": "Type properties and their types", "type": "object" } }, "required": [ "name", "path", "properties" ], "type": "object" }

You must be authenticated.

Other Tools from Node Omnibus MCP Server

Related Tools

ID: 0j9a4m75vv