Skip to main content
Glama

MCP AI Hub

by feiskyer

chat

Interact with various AI models from OpenAI, Anthropic, Google, and AWS Bedrock using a unified interface to generate responses for chat inputs.

Instructions

Chat with specified AI model.

Args: model: Model name from configuration (e.g., 'gpt-4', 'claude-sonnet-4') inputs: Chat input (string or OpenAI-format messages) Returns: AI model response as string

Input Schema

NameRequiredDescriptionDefault
inputsYes
modelYes

Input Schema (JSON Schema)

{ "properties": { "inputs": { "anyOf": [ { "type": "string" }, { "items": { "additionalProperties": true, "type": "object" }, "type": "array" } ], "title": "Inputs" }, "model": { "title": "Model", "type": "string" } }, "required": [ "model", "inputs" ], "title": "chatArguments", "type": "object" }

Other Tools from MCP AI Hub

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/feiskyer/mcp-ai-hub'

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