any-chat-completions-mcp

chat-with-fakeaiprovider

Text chat with FakeAIProvider

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the chat to send to FakeAIProvider

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools