Skip to main content
Glama

MCP AI Bridge

by fakoli

ask_openai

Query OpenAI GPT models to generate responses using customizable parameters like prompt, model, and temperature through the MCP AI Bridge server.

Instructions

Ask OpenAI GPT models a question

Input Schema

NameRequiredDescriptionDefault
modelNoThe model to use (default: gpt-4o-mini)gpt-4o-mini
promptYesThe prompt to send to OpenAI
temperatureNoTemperature for response generation (0-2)

Input Schema (JSON Schema)

{ "properties": { "model": { "default": "gpt-4o-mini", "description": "The model to use (default: gpt-4o-mini)", "enum": [ "gpt-4o", "gpt-4o-mini", "gpt-4-turbo", "gpt-4", "gpt-3.5-turbo" ], "type": "string" }, "prompt": { "description": "The prompt to send to OpenAI", "type": "string" }, "temperature": { "default": 0.7, "description": "Temperature for response generation (0-2)", "maximum": 2, "minimum": 0, "type": "number" } }, "required": [ "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from MCP AI Bridge

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/fakoli/mcp-ai-bridge'

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