You're viewing a demo portfolio

Join the waitlist
PRSM

analytics_chat

Active

Tool of mcp-server-dashform

declared in 1.0.0

Ask a natural-language question about a form's replies. Returns the assistant's final answer (single-shot; the analytics agent may query the data to respond).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "formId",
    "messages"
  ],
  "properties": {
    "formId": {
      "type": "string"
    },
    "messages": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "role",
          "text"
        ],
        "properties": {
          "role": {
            "enum": [
              "user",
              "assistant"
            ],
            "type": "string"
          },
          "text": {
            "type": "string"
          }
        }
      },
      "minItems": 1,
      "description": "Conversation so far; the last user message is answered"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-server-dashform

https://github.com/makloai/mcp-server-dashform

2/7 registries
View full server →
analytics_chat — mcp-server-dashform — PRSM MCP