Brightsy MCP Server

brightsy

Proxy requests to an Brightsy AI agent

Input Schema

NameRequiredDescriptionDefault
messagesYesThe messages to send to the agent

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "messages": { "description": "The messages to send to the agent", "items": { "additionalProperties": false, "properties": { "content": { "anyOf": [ { "type": "string" }, { "type": "array" } ], "description": "The content of the message" }, "role": { "description": "The role of the message sender", "type": "string" } }, "required": [ "role", "content" ], "type": "object" }, "type": "array" } }, "required": [ "messages" ], "type": "object" }

You must be authenticated.

Other Tools