Skip to main content
Glama

any-chat-completions-mcp

by pyroprompts

chat-with-openai

Interact with OpenAI's chat completions to process and generate text responses using the Any Chat Completions MCP server for streamlined integration.

Instructions

Text chat with OpenAI

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the chat to send to OpenAI

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content of the chat to send to OpenAI", "type": "string" } }, "required": [ "content" ], "type": "object" }

You must be authenticated.

Other Tools from any-chat-completions-mcp

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/pyroprompts/any-chat-completions-mcp'

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