Skip to main content
Glama

TypeScript MCP Sample Server

by haneefdm

completion

Generate text completions using specified AI models with customizable parameters like temperature and token limits for development testing.

Input Schema

NameRequiredDescriptionDefault
modelYes
optionsNo
promptYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "model": { "type": "string" }, "options": { "additionalProperties": false, "properties": { "max_tokens": { "type": "number" }, "stream": { "type": "boolean" }, "temperature": { "type": "number" } }, "type": "object" }, "prompt": { "type": "string" } }, "required": [ "model", "prompt" ], "type": "object" }

Other Tools from TypeScript MCP Sample 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/haneefdm/mymcp'

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