You're viewing a demo portfolio

Join the waitlist
PRSM

generate_ai_reply

Active

Tool of Famulor

declared in 0.2.0

Generate a context-aware AI reply for a customer message. The system keeps conversation state per customer_identifier (e.g. phone, email, CRM ID).

Parameters schema

{
  "type": "object",
  "required": [
    "assistant_id",
    "customer_identifier",
    "message"
  ],
  "properties": {
    "message": {
      "type": "string"
    },
    "variables": {
      "type": "object",
      "additionalProperties": true
    },
    "assistant_id": {
      "type": "integer"
    },
    "customer_identifier": {
      "type": "string",
      "description": "Stable per-customer ID; max 255 chars"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Famulor

https://github.com/bekservice/Famulor-MCP

1/7 registries
View full server →