Skip to main content
Glama

MCP Server TypeScript Template

by minimind-org

example_operation

Perform basic data operations using a TypeScript-based MCP server, handling inputs like name, email, and date for streamlined processing and integration with AI models.

Instructions

A simple example operation

Input Schema

NameRequiredDescriptionDefault
dateYes
emailYes
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "type": "string" }, "email": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "email", "date" ], "type": "object" }
Install Server

Other Tools from MCP Server TypeScript Template

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/minimind-org/mcp-server-typescript-template'

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