Skip to main content
Glama

Node Omnibus MCP Server

by bsmi021

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

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/bsmi021/mcp-node-omnibus-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server