Skip to main content
Glama

unichat-ts-mcp-server

unichat

Ask for assistance in reviewing and evaluating proposals by sending defined system and user messages to engage with AI assistants from multiple providers.

Instructions

Chat with an assistant. Example tool use message: Ask the unichat to review and evaluate your proposal.

Input Schema

NameRequiredDescriptionDefault
messagesYesArray of exactly two messages: first a system message defining the task, then a user message with the specific query

Input Schema (JSON Schema)

{ "properties": { "messages": { "description": "Array of exactly two messages: first a system message defining the task, then a user message with the specific query", "items": { "properties": { "content": { "description": "The content of the message. For system messages, this should define the context or task. For user messages, this should contain the specific query.", "type": "string" }, "role": { "description": "The role of the message sender. Must be either 'system' or 'user'", "enum": [ "system", "user" ], "type": "string" } }, "required": [ "role", "content" ], "type": "object" }, "maxItems": 2, "minItems": 2, "type": "array" } }, "required": [ "messages" ], "type": "object" }
Install Server

Other Tools from unichat-ts-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/amidabuddha/unichat-ts-mcp-server'

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