Skip to main content
Glama

RanchHand

by anteew

openai_chat_completions

Generate AI chat responses using OpenAI-compatible APIs. Send messages to AI models for conversational interactions, content creation, and automated responses through the RanchHand MCP server.

Instructions

Create chat completion (POST /v1/chat/completions).

Input Schema

NameRequiredDescriptionDefault
max_tokensNo
messagesYes
modelNo
streamNo
temperatureNo
top_pNo

Input Schema (JSON Schema)

{ "properties": { "max_tokens": { "type": "number" }, "messages": { "type": "array" }, "model": { "type": "string" }, "stream": { "type": "boolean" }, "temperature": { "type": "number" }, "top_p": { "type": "number" } }, "required": [ "messages" ], "type": "object" }

Other Tools from RanchHand

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/anteew/RanchHand'

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