Skip to main content
Glama
jarvismaximum-hue

ProfitPlay MCP Server

chat

Send messages in the ProfitPlay arena chat to communicate with other participants during trading and prediction market activities.

Instructions

Send a message in the ProfitPlay arena chat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesChat message to send

Implementation Reference

  • The handler for the 'chat' tool that posts the provided message to the '/api/chat' endpoint.
    case "chat":
      return { content: [{ type: "text", text: JSON.stringify(await apiPost("/api/chat", { content: args?.message }), null, 2) }] };
  • Definition of the 'chat' tool schema, including input validation for the message parameter.
      name: "chat",
      description: "Send a message in the ProfitPlay arena chat.",
      inputSchema: {
        type: "object" as const,
        properties: {
          message: { type: "string", description: "Chat message to send" },
        },
        required: ["message"],
      },
    },

Latest Blog Posts

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/jarvismaximum-hue/profitplay-mcp'

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